Fix footer in plugins' notices.

Make it look like like normal notices. Footer element was missing.
This commit is contained in:
aroquen 2015-01-16 23:38:54 +01:00 committed by aroquen
parent 2b78eb1735
commit e45c784451
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ abstract class MicroAppPlugin extends ActivityHandlerPlugin
$adapter->showNotice();
$adapter->showNoticeAttachments();
$adapter->showNoticeInfo();
$adapter->showNoticeOptions();
$adapter->showNoticeFooter();
return false;
}