]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix link to tagother
authorEvan Prodromou <evan@prodromou.name>
Fri, 21 Nov 2008 00:31:08 +0000 (19:31 -0500)
committerEvan Prodromou <evan@prodromou.name>
Fri, 21 Nov 2008 00:31:08 +0000 (19:31 -0500)
darcs-hash:20081121003108-84dde-d305637fa58f6e7edb8bb79dfb7c721a16f8aeed.gz

lib/profilelist.php

index a0cda1da4f2cd24a39840f69728c887cff5373dc..7fb0eb2d3c367585e5a8a38b75f20580e072353f 100644 (file)
@@ -149,9 +149,9 @@ class ProfileList {
                                common_element_end('p');
                        }
                        
-                       common_element('a', array('href' => 'tagother',
-                                                                         'id' => $this->profile->id,
-                                                                         'class' => 'tagother'),
+                       common_element('a', array('href' => common_local_url('tagother',
+                                                                                                                                array('id' => $this->profile->id,
+                                                                                                                                          'class' => 'tagother'))),
                                                   _('Tag'));
                }