summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-28 17:37:14 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-28 17:37:14 -0700
commit5b2c08d797697430dca716cce5b51a4c128027c0 (patch)
tree998f27d00d7d7bbed46db6e38e00e7d01f663962 /modules/gallery/helpers
parentdf37b5ce70318bbd3e6b39a6e2d671d6e1ca7bf0 (diff)
Set the gallery module version to 6 in install() (missed this in my last change).
Refresh the install.sql.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php
index c3c3543c..0e5d29b9 100644
--- a/modules/gallery/helpers/gallery_installer.php
+++ b/modules/gallery/helpers/gallery_installer.php
@@ -259,7 +259,7 @@ class gallery_installer {
module::set_var("gallery", "show_credits", 1);
// @todo this string needs to be picked up by l10n_scanner
module::set_var("gallery", "credits", "Powered by <a href=\"%url\">Gallery %version</a>");
- module::set_version("gallery", 5);
+ module::set_version("gallery", 6);
}
static function upgrade($version) {