From 36eee2c6ed6ac9aa1b51e6178b57460033812237 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Tue, 26 Feb 2008 15:41:03 +0000 Subject: register content types on install. many packages are updated with this, but more need updating --- admin/schema_inc.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'admin') diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 7a60e43..2abe9b6 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -118,4 +118,10 @@ if(defined('RSS_PKG_NAME')) { )); } +// ### Register content types +$gBitInstaller->registerContentObjects( BLOGS_PKG_NAME, array( + 'BitBlog'=>BLOGS_PKG_PATH.'BitBlog.php', + 'BitBlogPost'=>BLOGS_PKG_PATH.'BitBlogPost.php' +)); + ?> -- cgit v1.3