]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
misspelled INSTALLDIR in newnotice.php
authorEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 23:35:15 +0000 (18:35 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 11 Dec 2008 23:35:15 +0000 (18:35 -0500)
darcs-hash:20081211233515-84dde-184e46fdee817baa3df8e066ca49d759f3b1a899.gz

actions/newnotice.php

index 34790a5ea8b350ecf76a958d094d2cb5341706b1..b2de52a9e59b28a125e6998e3908a30c59c1b33a 100644 (file)
@@ -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 {