1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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;
// $menu_count is empty in here
//FIXME extract
$menu_location = '';
$menu_order = '';
extract($row);
if(empty($menu_id)){ return; }
@ -1540,7 +1543,7 @@ class e_menuManager {
}
else $caption = $menu_name.$vis;
$menu_info = varset($menu_location).varset($menu_order);
$menu_info = "{$menu_location}.{$menu_order}";
$text = "";
$conf = '';