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=a0adaced3d8d496adbb0e0a8652ae231b7879185;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 46e27be779..e6fa8f910a 100644 --- a/plugins/OStatus/OStatusPlugin.php +++ b/plugins/OStatus/OStatusPlugin.php @@ -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();