correctly output notice data for nli in microapp

This commit is contained in:
Evan Prodromou 2011-04-19 17:55:57 -04:00
parent ea95f7b7b0
commit 1e2bd48c30
1 changed files with 4 additions and 1 deletions

View File

@ -269,7 +269,10 @@ abstract class MicroAppPlugin extends Plugin
$adapter = $this->adaptNoticeListItem($nli);
if (!empty($adapter)) {
$adapter->show();
$adapter->showNotice();
$adapter->showNoticeAttachments();
$adapter->showNoticeInfo();
$adapter->showNoticeOptions();
} else {
$this->oldShowNotice($nli);
}