mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
MVC/Menu, oops, left some debugging output
This commit is contained in:
parent
5c3c18d660
commit
c58c2fdc8d
@ -131,7 +131,6 @@ class MenuSystem
|
||||
foreach (glob(preg_replace('#/+#','/', "{$modelDir}/*")) as $vendor) {
|
||||
foreach (glob($vendor.'/*') as $module) {
|
||||
$menu_cfg_xml = $module.'/Menu/Menu.xml';
|
||||
echo "{$menu_cfg_xml}<br/>";
|
||||
if (file_exists($menu_cfg_xml)) {
|
||||
$domNode = dom_import_simplexml($this->addXML($menu_cfg_xml));
|
||||
$domNode = $root->ownerDocument->importNode($domNode, true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user