From: Roland Haeder Date: Mon, 25 Jan 2016 14:50:05 +0000 (+0100) Subject: Last type-hint is an array, added. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d334451c45bd93b222d58155404786ee0667a0e;p=quix0rs-gnu-social.git Last type-hint is an array, added. Signed-off-by: Roland Haeder --- diff --git a/plugins/NoticeTitle/NoticeTitlePlugin.php b/plugins/NoticeTitle/NoticeTitlePlugin.php index 7d5745f945..2dbaa35672 100644 --- a/plugins/NoticeTitle/NoticeTitlePlugin.php +++ b/plugins/NoticeTitle/NoticeTitlePlugin.php @@ -130,7 +130,7 @@ class NoticeTitlePlugin extends Plugin * * @return boolean hook value */ - function onStartNoticeSaveWeb(Action $action, Profile $author, &$content, &$options) + function onStartNoticeSaveWeb(Action $action, Profile $author, &$content, array &$options) { $title = $action->trimmed('notice_title'); if (!empty($title) && $this->isAllowedRichEdit()) {