summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-10 21:12:05 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-10 21:12:05 +0000
commitf64e6e89fcdfa3c5dbc6c20176409974c716e787 (patch)
tree3c51b132a38bf5d5f662761ad4a8435fbf8d9bb3 /admin
parent1c7dc0e1ccf08876a39ccc92ac443ef86ab3554b (diff)
downloadarticles-f64e6e89fcdfa3c5dbc6c20176409974c716e787.tar.gz
articles-f64e6e89fcdfa3c5dbc6c20176409974c716e787.tar.bz2
articles-f64e6e89fcdfa3c5dbc6c20176409974c716e787.zip
move homeable setting to registerPackage() settings
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index c4cc7aa..8c306a8 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -59,8 +59,6 @@ $tables = array(
global $gBitInstaller;
-$gBitInstaller->makePackageHomeable( ARTICLES_PKG_NAME );
-
foreach( array_keys( $tables ) AS $tableName ) {
$gBitInstaller->registerSchemaTable( ARTICLES_PKG_DIR, $tableName, $tables[$tableName] );
}