From: Roland Haeder Date: Sun, 18 Jan 2015 05:57:05 +0000 (+0100) Subject: $sender cannot be only Profile ... (false found). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa3a54e26012a740ba88f74d01b28a9d76b77756;p=quix0rs-gnu-social.git $sender cannot be only Profile ... (false found). Signed-off-by: Roland Haeder --- diff --git a/plugins/OStatus/OStatusPlugin.php b/plugins/OStatus/OStatusPlugin.php index 3fdc11451f..09330452fc 100644 --- a/plugins/OStatus/OStatusPlugin.php +++ b/plugins/OStatus/OStatusPlugin.php @@ -319,7 +319,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();