]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/PollPlugin.php
Rewriting code for notice representation
[quix0rs-gnu-social.git] / plugins / Poll / PollPlugin.php
index d52e69aabe6899a7076d77a9d1fc128e206073c0..2a5805015cee8f74fb30881fe9bf534cb3248a40 100644 (file)
@@ -376,12 +376,7 @@ class PollPlugin extends MicroAppPlugin
     }
 
 
-    /**
-     * @fixme WARNING WARNING WARNING parent class closes the final div that we
-     * open here, but we probably shouldn't open it here. Check parent class
-     * and Bookmark plugin for if that's right.
-     */
-    function showNotice(Notice $notice, $out)
+    function showNoticeContent(Notice $notice, HTMLOutputter $out)
     {
         switch ($notice->object_type) {
         case self::POLL_OBJECT: