diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-14 01:49:03 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-14 01:49:03 -0500 |
commit | 73272e8ad306a37a2f954f0b757a444d1fc30432 (patch) | |
tree | 3dcc0f713ccc0c9037c44f5f2f8eb612910e4fff | |
parent | 03e65d589ad4f951c008b040d0bd4d019dfc2b3d (diff) |
Fix require in noticeform.php so it gets the notice form
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index c22256874..0e46e0e58 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -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 |