summaryrefslogtreecommitdiff
path: root/admin/admin_nexus_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin_nexus_inc.php')
-rwxr-xr-x[-rw-r--r--]admin/admin_nexus_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_nexus_inc.php b/admin/admin_nexus_inc.php
index 40c5812..39ffb04 100644..100755
--- a/admin/admin_nexus_inc.php
+++ b/admin/admin_nexus_inc.php
@@ -4,7 +4,7 @@ require_once( NEXUS_PKG_PATH.'Nexus.php');
$gNexus = new Nexus();
$gNexusSystem->scanAllPlugins( NEXUS_PKG_PATH.'plugins/' );
-$feedback = array();
+$feedback = [];
if( !empty( $_REQUEST['rewrite_cache'] ) ) {
if( $gNexus->rewriteMenuCache() ) {