]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix require in noticeform.php so it gets the notice form
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 14 Jan 2009 06:49:03 +0000 (01:49 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 14 Jan 2009 06:49:03 +0000 (01:49 -0500)
lib/noticeform.php

index c22256874451ac349fefaf6a0a864113803abbc4..0e46e0e58fa490fc3e20791b62c83300155f8a66 100644 (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