diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-19 19:03:45 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-19 19:03:45 +0100 |
| commit | 4653c951143bddc171060de6f37ef1910bf0ed84 (patch) | |
| tree | 40a7804f2ec6087e543d95586263a04bb8b8c547 /admin | |
| parent | b4b0a0e8bbf28b4508c23a5263feda1f9fe5d12f (diff) | |
| download | liberty-4653c951143bddc171060de6f37ef1910bf0ed84.tar.gz liberty-4653c951143bddc171060de6f37ef1910bf0ed84.tar.bz2 liberty-4653c951143bddc171060de6f37ef1910bf0ed84.zip | |
Short array style tweak and missing use element
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/schema_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index c26eba1..20e358a 100755 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -356,10 +356,10 @@ $gBitInstaller->registerUserPermissions( LIBERTY_PKG_NAME, [ ]); // Package Requirements -$gBitInstaller->registerRequirements( LIBERTY_PKG_NAME, array( +$gBitInstaller->registerRequirements( LIBERTY_PKG_NAME, [ 'users' => [ 'min' => '5.0.0' ], 'kernel' => [ 'min' => '5.0.0' ], 'themes' => [ 'min' => '5.0.0' ], 'languages' => [ 'min' => '5.0.0' ], -// 'storage' => [ 'min' => '0.0.0' ], -)); + // 'storage' => [ 'min' => '5.0.0' ], +]); |
