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