forked from GNUsocial/gnu-social
misspelled INSTALLDIR in newnotice.php
darcs-hash:20081211233515-84dde-184e46fdee817baa3df8e066ca49d759f3b1a899.gz
This commit is contained in:
parent
677a05ff1e
commit
7ed9530273
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user