diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-11-28 21:40:18 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-11-28 21:40:18 +0000 |
| commit | d556b0853e099971fd18a3c2d3f231837729c93d (patch) | |
| tree | 0b89a7970e03701bb03867f9b2a8cb4705f3e1b5 /admin | |
| parent | c58fe8650cfe708d02cb75ea44616208775f37b0 (diff) | |
| download | articles-d556b0853e099971fd18a3c2d3f231837729c93d.tar.gz articles-d556b0853e099971fd18a3c2d3f231837729c93d.tar.bz2 articles-d556b0853e099971fd18a3c2d3f231837729c93d.zip | |
use correct constant to register schema tables
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 8c306a8..d9fbab6 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -60,7 +60,7 @@ $tables = array( global $gBitInstaller; foreach( array_keys( $tables ) AS $tableName ) { - $gBitInstaller->registerSchemaTable( ARTICLES_PKG_DIR, $tableName, $tables[$tableName] ); + $gBitInstaller->registerSchemaTable( ARTICLES_PKG_NAME, $tableName, $tables[$tableName] ); } $gBitInstaller->registerPackageInfo( ARTICLES_PKG_DIR, array( |
