Fix require in noticeform.php so it gets the notice form

This commit is contained in:
Evan Prodromou 2009-01-14 01:49:03 -05:00
parent 03e65d589a
commit 73272e8ad3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if (!defined('LACONICA')) {
exit(1);
}
require_once INSTALLDIR.'/lib/widget.php';
require_once INSTALLDIR.'/lib/form.php';
/**
* Form for posting a notice