]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/OStatusPlugin.php
$sender cannot be only Profile ... (false found).
[quix0rs-gnu-social.git] / plugins / OStatus / OStatusPlugin.php
index 46e27be77912500878f91811789466e202483aa9..e6fa8f910a4db1b431bb5a7b1ee68d03d1318856 100644 (file)
@@ -306,7 +306,7 @@ class OStatusPlugin extends Plugin
      * @param array &$mention in/out param: set of found mentions
      * @return boolean hook return value
      */
-    function onEndFindMentions(Profile $sender, $text, &$mentions)
+    function onEndFindMentions($sender, $text, &$mentions)
     {
         $matches = array();