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']); }