X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fselftagswidget.php;h=aff4544c0d81f8633d3ef426d7a9a426362b38e4;hb=2c5460eb0e140655c30639c5bc909ddb80732a91;hp=e2530769dfc67bfb68f1f681f461dfd8c0fd4a83;hpb=882ce56cf464572fa5ff314115e29a81939490c7;p=quix0rs-gnu-social.git diff --git a/lib/selftagswidget.php b/lib/selftagswidget.php index e2530769df..aff4544c0d 100644 --- a/lib/selftagswidget.php +++ b/lib/selftagswidget.php @@ -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()