summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 22:46:11 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 22:46:11 +0000
commit80f4521a70bcfdaf3432951ea3734f20617a3015 (patch)
tree06f2dfaa925f79b34d9acd725b3e0233558a043d /admin
parent3d620c3a899e3c6a0073c6147d7c2a5395499683 (diff)
downloadwiki-80f4521a70bcfdaf3432951ea3734f20617a3015.tar.gz
wiki-80f4521a70bcfdaf3432951ea3734f20617a3015.tar.bz2
wiki-80f4521a70bcfdaf3432951ea3734f20617a3015.zip
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriate
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 8f4bc99..beed09a 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -138,4 +138,8 @@ $gBitInstaller->registerContentObjects( WIKI_PKG_NAME, array(
'BitPage' => WIKI_PKG_PATH.'BitPage.php',
'BitBook' => WIKI_PKG_PATH.'BitBook.php',
));
-?>
+
+// Requirements
+$gBitInstaller->registerRequirements( WIKI_PKG_NAME, array(
+ 'liberty' => array( 'min' => '2.1.4' ),
+));