]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Last type-hint is an array, added.
authorRoland Haeder <roland@mxchange.org>
Mon, 25 Jan 2016 14:50:05 +0000 (15:50 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 25 Jan 2016 14:50:05 +0000 (15:50 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/NoticeTitle/NoticeTitlePlugin.php

index 7d5745f9454edcc185c30aae04e8cb9a3fc41c5d..2dbaa356723b224eeb4f6abe764997aad34eb68b 100644 (file)
@@ -130,7 +130,7 @@ class NoticeTitlePlugin extends Plugin
      *
      * @return boolean hook value
      */
      *
      * @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()) {
     {
         $title = $action->trimmed('notice_title');
         if (!empty($title) && $this->isAllowedRichEdit()) {