projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488a0bc
)
remove dead cdoe
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 17 Jul 2010 20:28:08 +0000
(16:28 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 18 Jul 2010 16:20:53 +0000
(12:20 -0400)
ansel/lib/Gallery.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Gallery.php
b/ansel/lib/Gallery.php
index
a8e8f7d
..
ea360d9
100644
(file)
--- 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_Gallery
Mode_*
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);
}