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=2e0f750211116718d0f41bb4257c69c6fba6d75b;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 6f3553678e..a3fb373f2e 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()) {