]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost the URL
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 27 Nov 2008 16:27:20 +0000 (11:27 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 27 Nov 2008 16:27:20 +0000 (11:27 -0500)
darcs-hash:20081127162720-5ed1f-3962aa9b288ab8aedf81c2c7c743147f3cf3122b.gz

lib/gallery.php

index f55d361767832f92a3ca13c7190815d66d2a657c..36a7d5b1ec5a6913690a7daf01eb54220a62b6cb 100644 (file)
@@ -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');