mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Menu Plugin: fix
This commit is contained in:
@@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
// Display view
|
// Display view
|
||||||
View::factory('box/menu/views/backend/index')
|
View::factory('box/menu/views/backend/index')
|
||||||
->assign('items', $menu->select(null, 'all', null, array('id', 'name', 'link', 'target', 'order'), 'order', 'ASC');)
|
->assign('items', $menu->select(null, 'all', null, array('id', 'name', 'link', 'target', 'order'), 'order', 'ASC'))
|
||||||
->display();
|
->display();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user