forked from GNUsocial/gnu-social
Merge branch 'uiredesign' of ../evan into uiredesign
This commit is contained in:
commit
e55c9e559d
@ -31,6 +31,8 @@ if (!defined('LACONICA')) {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_once INSTALLDIR.'/lib/publicgroupnav.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Action for displaying the public stream
|
* Action for displaying the public stream
|
||||||
*
|
*
|
||||||
|
@ -278,7 +278,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
|
|
||||||
function showNoticeForm()
|
function showNoticeForm()
|
||||||
{
|
{
|
||||||
$notice_form = new NoticeForm();
|
$notice_form = new NoticeForm($this);
|
||||||
$notice_form->show();
|
$notice_form->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user