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->showNotice();
|
||||||
$adapter->showNoticeAttachments();
|
$adapter->showNoticeAttachments();
|
||||||
$adapter->showNoticeInfo();
|
$adapter->showNoticeFooter();
|
||||||
$adapter->showNoticeOptions();
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user