]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelistitem.php
Widgets require Action not HTMLOutputter (getScoped)
[quix0rs-gnu-social.git] / lib / noticelistitem.php
index 7e4380e1bcdbd97d6a14c8c34da3ca9a84a7cb85..485dd149458e099130a88d5a275d13eed86a21c7 100644 (file)
@@ -65,7 +65,7 @@ class NoticeListItem extends Widget
      *
      * @param Notice $notice The notice we'll display
      */
-    function __construct(Notice $notice, HTMLOutputter $out=null)
+    function __construct(Notice $notice, Action $out=null)
     {
         parent::__construct($out);
         if (!empty($notice->repeat_of)) {