]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/microappplugin.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / microappplugin.php
index d9a00f7ee568f0166e9ce84e63e6cb54a32c1315..53fe5e9995eab4d7bf467c7015d769c8122dbd04 100644 (file)
@@ -104,8 +104,7 @@ abstract class MicroAppPlugin extends ActivityHandlerPlugin
 
         $adapter->showNotice();
         $adapter->showNoticeAttachments();
-        $adapter->showNoticeInfo();
-        $adapter->showNoticeOptions();
+        $adapter->showNoticeFooter();
 
         return false;
     }