summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstorage/bit_setup_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/bit_setup_inc.php b/storage/bit_setup_inc.php
index 748721a..6c67b35 100755
--- a/storage/bit_setup_inc.php
+++ b/storage/bit_setup_inc.php
@@ -1,10 +1,10 @@
<?php
global $gBitSystem;
-$pRegisterHash = array(
+$pRegisterHash = [
'package_name' => 'storage',
'package_path' => dirname( __FILE__ ).'/',
'required_package'=> true,
-);
+];
$gBitSystem->registerPackage( $pRegisterHash );
?>