From 7ed95302731d237aabd17ec56a0e66dd04fa124a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 11 Dec 2008 18:35:15 -0500 Subject: [PATCH] misspelled INSTALLDIR in newnotice.php darcs-hash:20081211233515-84dde-184e46fdee817baa3df8e066ca49d759f3b1a899.gz --- actions/newnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/newnotice.php b/actions/newnotice.php index 34790a5ea8..b2de52a9e5 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 {