From 3d334451c45bd93b222d58155404786ee0667a0e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 25 Jan 2016 15:50:05 +0100 Subject: [PATCH] Last type-hint is an array, added. Signed-off-by: Roland Haeder --- plugins/NoticeTitle/NoticeTitlePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.39.2