summaryrefslogtreecommitdiff
path: root/modules/g2_import
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-16 15:12:00 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-16 15:12:00 -0700
commit8d1c6887a5120e7fe1302a327043f512c8b5da7d (patch)
tree2cbd2b9efc9d954e2401926591a79ccd11589d61 /modules/g2_import
parent179161d05ee037292202a15507d38166f8a7ee4a (diff)
Fix a bug introduced in 1077477a9032d5a4855e19e2dd4ce923472b711c where
we don't generate album highlights correctly. Possible fix for #1054.
Diffstat (limited to 'modules/g2_import')
-rw-r--r--modules/g2_import/helpers/g2_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php
index 2a549146..f0e62854 100644
--- a/modules/g2_import/helpers/g2_import.php
+++ b/modules/g2_import/helpers/g2_import.php
@@ -502,7 +502,7 @@ class g2_import_Core {
}
try {
$g3_album->save();
- graphics::generate($g2_album);
+ graphics::generate($g3_album);
} catch (Exception $e) {
return (string) new G2_Import_Exception(
t("Failed to generate an album highlight for album '%name'.",