]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/selftagswidget.php
SelftagWidget had mismatching url() definition
[quix0rs-gnu-social.git] / lib / selftagswidget.php
index e2530769dfc67bfb68f1f681f461dfd8c0fd4a83..aff4544c0d81f8633d3ef426d7a9a426362b38e4 100644 (file)
@@ -29,10 +29,10 @@ if (!defined('GNUSOCIAL')) { exit(1); }
 
 class SelftagsWidget extends PeopletagsWidget
 {
-    function url($tag)
+    public function url()
     {
         // link to self tag page
-        return common_local_url('selftag', array('tag' => $tag));
+        return common_local_url('selftag', array('tag' => $this->tag->tag));
     }
 
     function label()