diff options
Diffstat (limited to 'admin/upgrades/5.0.0.php')
| -rw-r--r-- | admin/upgrades/5.0.0.php | 5 |
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, -); - +]; |
