Fix require in noticeform.php so it gets the notice form
This commit is contained in:
parent
03e65d589a
commit
73272e8ad3
@ -32,7 +32,7 @@ if (!defined('LACONICA')) {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once INSTALLDIR.'/lib/widget.php';
|
require_once INSTALLDIR.'/lib/form.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form for posting a notice
|
* Form for posting a notice
|
||||||
|
Loading…
Reference in New Issue
Block a user