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
commit9dc138a93880995f8f85d6a0abb4eae5e68ee9be (patch)
treedc52c5960901c878f760bc2747c5621966255920 /admin
parent19446b59a7475276514f859a5d86edcbf2f5c493 (diff)
downloadarticles-9dc138a93880995f8f85d6a0abb4eae5e68ee9be.tar.gz
articles-9dc138a93880995f8f85d6a0abb4eae5e68ee9be.tar.bz2
articles-9dc138a93880995f8f85d6a0abb4eae5e68ee9be.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 5c88cea..373827b 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -137,4 +137,8 @@ if( defined( 'RSS_PKG_NAME' )) {
$gBitInstaller->registerContentObjects( ARTICLES_PKG_NAME, array(
'BitArticle'=>ARTICLES_PKG_PATH.'BitArticle.php',
));
-?>
+
+// Requirements
+$gBitInstaller->registerRequirements( ARTICLES_PKG_NAME, array(
+ 'liberty' => array( 'min' => '2.1.4' ),
+));