Remove duplicate noticeforms from realtime popup.

This commit is contained in:
Samantha Doherty 2011-04-13 10:29:45 -04:00
parent c5849e1de2
commit cb379a7a33

View File

@ -222,10 +222,6 @@ class RealtimePlugin extends Plugin
''); '');
$action->elementEnd('address'); $action->elementEnd('address');
if (common_logged_in()) {
$action->showNoticeForm();
}
$action->showContentBlock(); $action->showContentBlock();
$action->showScripts(); $action->showScripts();
$action->elementEnd('body'); $action->elementEnd('body');