Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:gallery/gallery3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Sep 28, 2009
2 parents 28624bb + a0d13cd commit f9b3515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gallery/helpers/gallery_installer.php
Expand Up @@ -377,8 +377,8 @@ static function upgrade($version) {

if ($version == 13) {
// Add rules for generating our thumbnails and resizes
Database::instance()->query("update g3_graphics_rules g
set operation=concat(\"gallery_graphics::\", g.operation);");
Database::instance()->query(
"UPDATE {graphics_rules} SET `operation` = CONCAT('gallery_graphics::', `operation`);");
module::set_version("gallery", $version = 14);
}

Expand Down

0 comments on commit f9b3515

Please sign in to comment.