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

Update plugins/box/system/system.admin.php

This commit is contained in:
Sergey Romanenko
2012-11-23 12:49:04 +02:00
parent 016e8423df
commit 9b4781f8be

View File

@@ -58,7 +58,7 @@
// Get all pages
$pages_array = array();
$pages_list = $pages->select('[slug!="error404" and parent="" and status="published" and access="public"]');
$pages_list = $pages->select('[slug!="error404" and parent="" and status="published"]');
foreach ($pages_list as $page) {
$pages_array[$page['slug']] = Html::toText($page['title']);
}