projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a913f14
)
Need to assign the link() call to this variable, otherwise URLs are incorrect.
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 21 Aug 2010 01:40:29 +0000
(21:40 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 21 Aug 2010 01:40:29 +0000
(21:40 -0400)
ansel/lib/Tile/DateGallery.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Tile/DateGallery.php
b/ansel/lib/Tile/DateGallery.php
index
5467508
..
e4494f8
100644
(file)
--- a/
ansel/lib/Tile/DateGallery.php
+++ b/
ansel/lib/Tile/DateGallery.php
@@
-98,9
+98,9
@@
class Ansel_Tile_DateGallery
$view_link = Ansel::getUrlFor('view', $params)->link();
} else {
$view_link = new Horde_Url(str_replace(array('%g', '%s'),
- array($dgallery->id, $dgallery->get('slug')),
- urldecode($params['gallery_view_url'])));
- $view_link->add($next_date)->link();
+
array($dgallery->id, $dgallery->get('slug')),
+
urldecode($params['gallery_view_url'])));
+ $view_link
= $view_link
->add($next_date)->link();
}
/* Variables used in the template file */