]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilelist.php
.inc.php please ...
[quix0rs-gnu-social.git] / lib / profilelist.php
index 177560cdf568844ef7f2a070d463c343684a4f7b..8b2932f7247f7f546ca7df40a4a4d0675d21c568 100644 (file)
@@ -93,7 +93,7 @@ class ProfileList extends Widget
         return $cnt;
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new ProfileListItem($profile, $this->action);
     }