]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correctly output notice data for nli in microapp
authorEvan Prodromou <evan@status.net>
Tue, 19 Apr 2011 21:55:57 +0000 (17:55 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 19 Apr 2011 21:55:57 +0000 (17:55 -0400)
lib/microappplugin.php

index 0fd6868f8c25242beb19c3033e0f67accbe547a2..bd8558a35f9d248b21a06a7d0ca38b975aea63d4 100644 (file)
@@ -269,7 +269,10 @@ abstract class MicroAppPlugin extends Plugin
         $adapter = $this->adaptNoticeListItem($nli);
 
         if (!empty($adapter)) {
-            $adapter->show();
+            $adapter->showNotice();
+            $adapter->showNoticeAttachments();
+            $adapter->showNoticeInfo();
+            $adapter->showNoticeOptions();
         } else {
             $this->oldShowNotice($nli);
         }