aboutsummaryrefslogtreecommitdiffstats
path: root/admin/menubar.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/menubar.php')
-rw-r--r--admin/menubar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/menubar.php b/admin/menubar.php
index 9e254216f..0e0a12624 100644
--- a/admin/menubar.php
+++ b/admin/menubar.php
@@ -148,7 +148,7 @@ UPDATE '.CONFIG_TABLE.'
';
pwg_query($query);
- array_push($page['infos'], l10n('Order of menubar items has been updated successfully.'));
+ $page['infos'][] = l10n('Order of menubar items has been updated successfully.');
}
make_consecutive( $mb_conf );