diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 14:56:40 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 14:56:40 -0500 |
commit | 73c1390eb1b14e829b33e60bd370622fce32bec0 (patch) | |
tree | 0fca094c7c5566d760aafb9628508c0904025d7f /lib/action.php | |
parent | 7e316abe92d6cabfe626e0fbe747e783e9752085 (diff) |
Fix notice form in action
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index 634b3bfa3..dd48cbc87 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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'; /** |