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

View File

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