Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dang Quoc Dat committed May 16, 2018
1 parent a3e16ff commit ca9ee65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/plg_system_t3/includes/menu/megamenu.php
Expand Up @@ -175,6 +175,7 @@ function __construct($menutype = 'mainmenu', $settings = array(), $params = null
$item->anchor_title = htmlspecialchars($item->params->get('menu-anchor_title', ''), ENT_COMPAT, 'UTF-8', false);
$item->anchor_rel = htmlspecialchars($item->params->get('menu-anchor_rel', ''), ENT_COMPAT, 'UTF-8', false);
$item->menu_image = $item->params->get('menu_image', '') ? htmlspecialchars($item->params->get('menu_image', ''), ENT_COMPAT, 'UTF-8', false) : '';
$item->menu_image_css = htmlspecialchars($item->params->get('menu_image_css', ''), ENT_COMPAT, 'UTF-8', false);
}
}

Expand Down

0 comments on commit ca9ee65

Please sign in to comment.