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:
@@ -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 = '';
|
||||||
|
Reference in New Issue
Block a user