diff --git a/ansel/lib/Image.php b/ansel/lib/Image.php index 28982ef725f..4f182be8e7a 100644 --- a/ansel/lib/Image.php +++ b/ansel/lib/Image.php @@ -399,7 +399,7 @@ public function createView($view, Ansel_Style $style = null, $watermark = '') if (empty($style)) { $style = $GLOBALS['injector'] ->getInstance('Ansel_Storage') - ->getGallery($this->gallery) + ->getGallery(abs($this->gallery)) ->getStyle(); }