From d8d502ec4105057dcd33920c338f9cdfc0661fb7 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 17 Jul 2010 16:28:08 -0400 Subject: [PATCH] remove dead cdoe --- ansel/lib/Gallery.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ansel/lib/Gallery.php b/ansel/lib/Gallery.php index a8e8f7d09..ea360d9b4 100644 --- a/ansel/lib/Gallery.php +++ b/ansel/lib/Gallery.php @@ -16,7 +16,7 @@ class Ansel_Gallery extends Horde_Share_Object_Sql_Hierarchical /** * The gallery mode helper * - * @var Ansel_Gallery_Mode object + * @var Ansel_GalleryMode_* object */ protected $_modeHelper; @@ -490,10 +490,6 @@ class Ansel_Gallery extends Horde_Share_Object_Sql_Hierarchical $style = Ansel::getStyleDefinition($style); } - if (!empty($view_url)) { - $view_url = str_replace('%g', $this->id, $view_url); - } - return Ansel_Tile_Gallery::getTile($this, $style, $mini, $params); } -- 2.11.0