]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileminilist.php
.inc.php please ...
[quix0rs-gnu-social.git] / lib / profileminilist.php
index 4f4748722055aca1ebb555f60e601f7d0b23c634..e2f5095d7f9e7ce09c9434333813aea0d58c5d6d 100644 (file)
@@ -50,7 +50,7 @@ class ProfileMiniList extends ProfileList
         $this->out->elementStart('ul', 'entities users xoxo');
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new ProfileMiniListItem($profile, $this->action);
     }