summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-28 09:08:07 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-28 09:08:07 -0700
commitf9b351559c8ec826961fc17fc00c910133b4a43b (patch)
treed256e241f5aa8fdee56f61e26678805d6495c0d0
parent28624bb8f1a153208ae811ffb56c436055f74249 (diff)
parenta0d13cd324e75bc5ff630d5ead09c9d5734b6de9 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r--modules/gallery/helpers/gallery_installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php
index 49bd9bb7..9e4e3c35 100644
--- a/modules/gallery/helpers/gallery_installer.php
+++ b/modules/gallery/helpers/gallery_installer.php
@@ -377,8 +377,8 @@ class gallery_installer {
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);
}