mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
This commit is contained in:
@@ -369,7 +369,9 @@ class e_menuManager {
|
||||
|
||||
$fileList = $efile->get_files(e_PLUGIN,"_menu\.php$",'standard',2);
|
||||
|
||||
$this->menuAddMessage('Scanning for new menus', E_MESSAGE_DEBUG);
|
||||
// $this->menuAddMessage('Scanning for new menus', E_MESSAGE_DEBUG);
|
||||
|
||||
e107::getDebug()->log("Scanning for new menus",E107_DBG_BASIC);
|
||||
|
||||
$menuList = array(); // existing menus in table.
|
||||
if($result = $sql->retrieve('menus', 'menu_name', null, true))
|
||||
|
Reference in New Issue
Block a user