From 73272e8ad306a37a2f954f0b757a444d1fc30432 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 Jan 2009 01:49:03 -0500 Subject: [PATCH] Fix require in noticeform.php so it gets the notice form --- lib/noticeform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/noticeform.php b/lib/noticeform.php index c222568744..0e46e0e58f 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