summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 22:46:09 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 22:46:09 +0000
commit7e23b44ed54a87e05c6ebe59d378c3ce23e20c12 (patch)
treee885e227abd684bfb91c73e461b24975a508cc57 /admin
parentdd5e5df034969aabda4f9962cd8947833b1382df (diff)
downloadnewsletters-CVS_HEAD.tar.gz
newsletters-CVS_HEAD.tar.bz2
newsletters-CVS_HEAD.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.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index aadc5ce..9f7c05d 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -120,4 +120,7 @@ $gBitInstaller->registerUserPermissions( NEWSLETTERS_PKG_NAME, array(
array('p_newsletters_subscribe_email', 'Can subscribe any email to newsletters', 'editors', 'newsletters'),
) );
-?>
+// Requirements
+$gBitInstaller->registerRequirements( NEWSLETTERS_PKG_NAME, array(
+ 'liberty' => array( 'min' => '2.1.4' ),
+));