Fix footer in plugins' notices.
Make it look like like normal notices. Footer element was missing.
This commit is contained in:
@@ -104,8 +104,7 @@ abstract class MicroAppPlugin extends ActivityHandlerPlugin
|
||||
|
||||
$adapter->showNotice();
|
||||
$adapter->showNoticeAttachments();
|
||||
$adapter->showNoticeInfo();
|
||||
$adapter->showNoticeOptions();
|
||||
$adapter->showNoticeFooter();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user