diff options
| -rw-r--r-- | admin/schema_inc.php | 2 | ||||
| -rw-r--r-- | bit_setup_inc.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 26f36f5..5abcb9e 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -26,8 +26,6 @@ $tables = array( global $gBitInstaller; -$gBitInstaller->makePackageHomeable('quota'); - foreach( array_keys( $tables ) AS $tableName ) { $gBitInstaller->registerSchemaTable( QUOTA_PKG_NAME, $tableName, $tables[$tableName] ); } diff --git a/bit_setup_inc.php b/bit_setup_inc.php index a2cf8f5..464e561 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -4,6 +4,7 @@ global $gBitSystem, $gBitSmarty; $registerHash = array( 'package_name' => 'quota', 'package_path' => dirname( __FILE__ ).'/', + 'homeable' => TRUE, ); $gBitSystem->registerPackage( $registerHash ); ?> |
