summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 22:46:07 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 22:46:07 +0000
commit493c6f6252b2d5303d5ebb45cc3c7edcb2ecb857 (patch)
treee6f59a2724bedfa26713683a7b2eea2aa99c8a1f /admin
parentbfd75b62e90310ad9f3cd8010e5409827b86c78f (diff)
downloadblogs-493c6f6252b2d5303d5ebb45cc3c7edcb2ecb857.tar.gz
blogs-493c6f6252b2d5303d5ebb45cc3c7edcb2ecb857.tar.bz2
blogs-493c6f6252b2d5303d5ebb45cc3c7edcb2ecb857.zip
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriateCVS_HEAD
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 4d9ac25..8625d5b 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -126,4 +126,8 @@ $gBitInstaller->registerContentObjects( BLOGS_PKG_NAME, array(
'BitBlogPost'=>BLOGS_PKG_PATH.'BitBlogPost.php'
));
-?>
+// Requirements
+$gBitInstaller->registerRequirements( BLOGS_PKG_NAME, array(
+ 'liberty' => array( 'min' => '2.1.4' ),
+));
+