]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/QnAPlugin.php
Rewriting code for notice representation
[quix0rs-gnu-social.git] / plugins / QnA / QnAPlugin.php
index 6542e95f98f08b8ab72d7485e1378501b86b4a3a..ec1b16b872c5c3871c0f46efa7241f91b1a94a29 100644 (file)
@@ -322,7 +322,7 @@ class QnAPlugin extends MicroAppPlugin
      * @param Notice $notice
      * @param HTMLOutputter $out
      */
-    function showNotice(Notice $notice, $out)
+    function showNoticeContent(Notice $notice, $out)
     {
         switch ($notice->object_type) {
         case QnA_Question::OBJECT_TYPE: