diff options
| author | wjames5 <will@tekimaki.com> | 2008-02-26 15:41:02 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-02-26 15:41:02 +0000 |
| commit | 619767a22aa79bebafffd16e59e761d6548adcac (patch) | |
| tree | d9f9a0a5afefc8756302cba82fe2d97f0a7b6f94 /admin | |
| parent | 8aef58d0969f373944e912f43f24e41acc85c0f1 (diff) | |
| download | wiki-619767a22aa79bebafffd16e59e761d6548adcac.tar.gz wiki-619767a22aa79bebafffd16e59e761d6548adcac.tar.bz2 wiki-619767a22aa79bebafffd16e59e761d6548adcac.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index bc2b6ff..2e13aa9 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -162,4 +162,10 @@ if( defined( 'RSS_PKG_NAME' )) { array( RSS_PKG_NAME, WIKI_PKG_NAME.'_rss', 'y'), )); } + +// ### Register content types +$gBitInstaller->registerContentObjects( WIKI_PKG_NAME, array( + 'BitPage'=>WIKI_PKG_PATH.'BitPage.php', + 'BitBook'=>WIKI_PKG_PATH.'BitBook.php', +)); ?> |
