diff options
| author | wjames5 <will@tekimaki.com> | 2008-02-26 15:41:03 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-02-26 15:41:03 +0000 |
| commit | 4e304ce13ac27226af978dc028cddf152867b658 (patch) | |
| tree | c9fabf438c45614fbfca6409191110a427e4ba99 /admin | |
| parent | d3c05a74bfd7a9480afa72ce120cf5adb19e2223 (diff) | |
| download | articles-4e304ce13ac27226af978dc028cddf152867b658.tar.gz articles-4e304ce13ac27226af978dc028cddf152867b658.tar.bz2 articles-4e304ce13ac27226af978dc028cddf152867b658.zip | |
register content types on install. many packages are updated with this, but more need updating
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 33fe82f..9a16372 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -133,4 +133,8 @@ if( defined( 'RSS_PKG_NAME' )) { )); } +// ### Register content types +$gBitInstaller->registerContentObjects( ARTICLES_PKG_NAME, array( + 'BitArticle'=>ARTICLES_PKG_PATH.'BitArticle.php', +)); ?> |
