diff options
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 34790a5ea..b2de52a9e 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -require_once INSTALL_DIR . '/lib/noticelist.php'; +require_once INSTALLDIR . '/lib/noticelist.php'; class NewnoticeAction extends Action { |