From: Evan Prodromou Date: Wed, 14 Jan 2009 06:49:03 +0000 (-0500) Subject: Fix require in noticeform.php so it gets the notice form X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=73272e8ad306a37a2f954f0b757a444d1fc30432;p=quix0rs-gnu-social.git Fix require in noticeform.php so it gets the notice form --- 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