Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a bug introduced in 1077477 where
we don't generate album highlights correctly.  Possible fix for #1054.
  • Loading branch information
bharat committed Jun 16, 2010
1 parent 179161d commit 8d1c688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/g2_import/helpers/g2_import.php
Expand Up @@ -502,7 +502,7 @@ static function set_album_highlight(&$queue) {
}
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'.",
Expand Down

0 comments on commit 8d1c688

Please sign in to comment.