summaryrefslogtreecommitdiff
path: root/admin/upgrades/5.0.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/upgrades/5.0.0.php')
-rw-r--r--admin/upgrades/5.0.0.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/upgrades/5.0.0.php b/admin/upgrades/5.0.0.php
index f1da745..4b14dad 100644
--- a/admin/upgrades/5.0.0.php
+++ b/admin/upgrades/5.0.0.php
@@ -3,11 +3,10 @@
*/
global $gBitInstaller;
-$infoHash = array(
+$infoHash = [
'package' => WIKI_PKG_NAME,
'version' => str_replace( '.php', '', basename( __FILE__ )),
'description' => "Fixed new format updates",
'post_upgrade' => NULL,
-);
-
+];