misspelled INSTALLDIR in newnotice.php

darcs-hash:20081211233515-84dde-184e46fdee817baa3df8e066ca49d759f3b1a899.gz
This commit is contained in:
Evan Prodromou 2008-12-11 18:35:15 -05:00
parent 677a05ff1e
commit 7ed9530273
1 changed files with 1 additions and 1 deletions

View 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 {