From: Evan Prodromou Date: Thu, 11 Dec 2008 23:35:15 +0000 (-0500) Subject: misspelled INSTALLDIR in newnotice.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ed95302731d237aabd17ec56a0e66dd04fa124a;p=quix0rs-gnu-social.git misspelled INSTALLDIR in newnotice.php darcs-hash:20081211233515-84dde-184e46fdee817baa3df8e066ca49d759f3b1a899.gz --- 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 {