mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Call to menuScanMenus() Not needed.
It's already called by menuModify() in menumanager_class.php So it runs 2x on each page load.
This commit is contained in:
@@ -1133,7 +1133,7 @@ if($_POST)
|
|||||||
//BC - configure and dot delimiter deprecated
|
//BC - configure and dot delimiter deprecated
|
||||||
if (!isset($_GET['configure']))
|
if (!isset($_GET['configure']))
|
||||||
{
|
{
|
||||||
$men->menuScanMenus();
|
// $men->menuScanMenus(); // - Runs 2x - Is already called by menuModify() in menumanager_class.php
|
||||||
$text = $men->menuRenderMessage();
|
$text = $men->menuRenderMessage();
|
||||||
$text .= $men->menuSelectLayout();
|
$text .= $men->menuSelectLayout();
|
||||||
$text .= $men->menuVisibilityOptions();
|
$text .= $men->menuVisibilityOptions();
|
||||||
|
Reference in New Issue
Block a user