]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilelistitem.php
Cleaning up Directory plugin lists
[quix0rs-gnu-social.git] / lib / profilelistitem.php
index e21ff04ebe29209812884756fef389398d2c1253..6fe7b99c7b3a967515815df5a3e1bde0c425fa04 100644 (file)
@@ -37,7 +37,8 @@ class ProfileListItem extends Widget
     /** Action object using us. */
     var $action = null;
 
-    function __construct(Profile $target, HTMLOutputter $action)
+    // FIXME: Directory plugin sends a User_group here, but should send a Profile and handle User_group specifics itself
+    function __construct($target, HTMLOutputter $action)
     {
         parent::__construct($action);