From 9b4781f8bebcc2157564d298bbfbf3cd0fe5fad8 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Fri, 23 Nov 2012 12:49:04 +0200 Subject: [PATCH] Update plugins/box/system/system.admin.php --- plugins/box/system/system.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/box/system/system.admin.php b/plugins/box/system/system.admin.php index b96774c..42f809c 100755 --- a/plugins/box/system/system.admin.php +++ b/plugins/box/system/system.admin.php @@ -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']); }