Fix notice form in action

This commit is contained in:
Evan Prodromou 2009-01-15 14:56:40 -05:00
parent 7e316abe92
commit 73c1390eb1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if (!defined('LACONICA')) {
exit(1);
}
require_once INSTALLDIR.'/lib/form.php';
require_once INSTALLDIR.'/lib/noticeform.php';
require_once INSTALLDIR.'/lib/htmloutputter.php';
/**