1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Menu Plugin: fix

This commit is contained in:
Awilum
2012-09-27 21:07:09 +03:00
parent e513838b68
commit 9a013d2c50

View File

@@ -168,7 +168,7 @@
// Display view
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();
}