1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Fixes #2183 - Code cleanup symptom.

This commit is contained in:
Cameron
2016-12-23 08:00:18 -08:00
parent 5706751d69
commit 812c50e4f7

View File

@@ -1517,6 +1517,9 @@ class e_menuManager {
$style = $this->style; $style = $this->style;
// $menu_count is empty in here // $menu_count is empty in here
//FIXME extract //FIXME extract
$menu_location = '';
$menu_order = '';
extract($row); extract($row);
if(empty($menu_id)){ return; } if(empty($menu_id)){ return; }
@@ -1540,7 +1543,7 @@ class e_menuManager {
} }
else $caption = $menu_name.$vis; else $caption = $menu_name.$vis;
$menu_info = varset($menu_location).varset($menu_order); $menu_info = "{$menu_location}.{$menu_order}";
$text = ""; $text = "";
$conf = ''; $conf = '';