ModPlus and some layouting issues regarding fixes

This commit is contained in:
Mikael Nordfeldth
2014-07-06 01:37:31 +02:00
parent fffacaa27c
commit aadc7398dc
4 changed files with 15 additions and 7 deletions

View File

@@ -83,9 +83,9 @@ class ModPlusPlugin extends Plugin
* @param NoticeListItem $item
* @return boolean hook value
*/
function onStartShowNoticeItem(NoticeListItem $item)
function onEndShowNoticeItemAuthor(Profile $profile, HTMLOutputter $out)
{
$this->showProfileOptions($item->out, $item->profile);
$this->showProfileOptions($out, $profile);
return true;
}