summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-02-26 15:41:03 +0000
committerwjames5 <will@tekimaki.com>2008-02-26 15:41:03 +0000
commit4e304ce13ac27226af978dc028cddf152867b658 (patch)
treec9fabf438c45614fbfca6409191110a427e4ba99 /admin
parentd3c05a74bfd7a9480afa72ce120cf5adb19e2223 (diff)
downloadarticles-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.php4
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',
+));
?>