]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Matching inherited function definition
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Mar 2016 13:01:08 +0000 (15:01 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Mar 2016 13:01:08 +0000 (15:01 +0200)
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);
     }
 }