Skip to content

Commit

Permalink
Bump the gallery version to 10 in install()
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jul 29, 2009
1 parent 7438a9c commit 5d04136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/helpers/gallery_installer.php
Expand Up @@ -259,7 +259,7 @@ static function install() {
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", 9);
module::set_version("gallery", 10);
}

static function upgrade($version) {
Expand Down

0 comments on commit 5d04136

Please sign in to comment.