Skip to content

Commit

Permalink
warning when used with PHP 7.3.0
Browse files Browse the repository at this point in the history
#542 
Remove warning
  • Loading branch information
Dang Quoc Dat authored Feb 18, 2019
1 parent 1e00098 commit 220fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plg_system_t3/includes/menu/megamenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function __construct($menutype = 'mainmenu', $settings = array(), $params = null
case 'separator':
case 'heading':
// No further action needed.
continue;
break;

case 'url':
if ((strpos($item->link, 'index.php?') === 0) && (strpos($item->link, 'Itemid=') === false)) {
Expand Down

0 comments on commit 220fcbd

Please sign in to comment.