Skip to content

Commit

Permalink
Fix lost megamenu configuration when edit menu item. Solved #425, #340
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Jul 21, 2016
1 parent b3d9e7d commit 25720df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/plg_system_t3/includes/core/bot.php
Expand Up @@ -236,9 +236,8 @@ public static function afterInit () {

$currentconfig[$menukey] = $mmconfig;
}

// update megamenu back to other template styles parameter
$mm_config = json_encode($currentconfig);
$mm_config = json_encode($currentconfig, JSON_UNESCAPED_UNICODE);

// update megamenu back to current template style parameter
$template = $app->getTemplate(true);
Expand Down

0 comments on commit 25720df

Please sign in to comment.