summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-12-11 18:35:15 -0500
committerEvan Prodromou <evan@prodromou.name>2008-12-11 18:35:15 -0500
commit7ed95302731d237aabd17ec56a0e66dd04fa124a (patch)
tree2c155a31adf6b0169d8366e799d004bdff0b8cf1 /actions
parent677a05ff1ec790ef1f6a3ebd4bc8c4a0fa342464 (diff)
misspelled INSTALLDIR in newnotice.php
darcs-hash:20081211233515-84dde-184e46fdee817baa3df8e066ca49d759f3b1a899.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/newnotice.php2
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 {