summaryrefslogtreecommitdiff
path: root/lib/gallery.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-11-27 11:27:20 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-11-27 11:27:20 -0500
commit6b1825317071becbdcd7f02c4e73977e438f760f (patch)
treef484b20f7bb89bc6df3b54a7814f37e58555be25 /lib/gallery.php
parent1a0dc490987db6fd6b44a892f314773a436cea9b (diff)
lost the URL
darcs-hash:20081127162720-5ed1f-3962aa9b288ab8aedf81c2c7c743147f3cf3122b.gz
Diffstat (limited to 'lib/gallery.php')
-rw-r--r--lib/gallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.php b/lib/gallery.php
index f55d36176..36a7d5b1e 100644
--- a/lib/gallery.php
+++ b/lib/gallery.php
@@ -264,7 +264,7 @@ class GalleryAction extends Action {
if ($tag) {
$url_args['tag'] = $tag;
}
- common_local_url($this->trimmed('action'), $url_args);
+ $url = common_local_url($this->trimmed('action'), $url_args);
common_element('a', array('href' => $url),
_('List'));
common_element_end('li');