Merge branch 'uiredesign' of ../evan into uiredesign

This commit is contained in:
sarven 2009-01-15 20:14:28 +00:00
commit e55c9e559d
2 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ if (!defined('LACONICA')) {
exit(1);
}
require_once INSTALLDIR.'/lib/publicgroupnav.php';
/**
* Action for displaying the public stream
*

View File

@ -278,7 +278,7 @@ class Action extends HTMLOutputter // lawsuit
function showNoticeForm()
{
$notice_form = new NoticeForm();
$notice_form = new NoticeForm($this);
$notice_form->show();
}