]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/selftag.php
Don't redirect to tag cloud on /tag URL
[quix0rs-gnu-social.git] / actions / selftag.php
index b886c3d9f731cc28e4e041df35c3e40159eb5365..2df1a29253e545c6c52695919296e9440ba113d2 100644 (file)
@@ -158,9 +158,9 @@ class SelftagAction extends Action
 
 class SelfTagProfileList extends ProfileList
 {
-    function newListItem($profile)
+    function newListItem(Profile $target)
     {
-        return new SelfTagProfileListItem($profile, $this->action);
+        return new SelfTagProfileListItem($target, $this->action);
     }
 }