]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix notice form in action
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 19:56:40 +0000 (14:56 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 19:56:40 +0000 (14:56 -0500)
lib/action.php

index 634b3bfa36650c27a1e47f4da33d49e54a2fcd5d..dd48cbc870a505063e2b5df8e662b7c2a2e40ea6 100644 (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';
 
 /**