From: Greg Sabino Mullane Date: Sun, 10 Feb 2008 15:36:13 +0000 (+0000) Subject: Oops, need to quote that define call. X-Git-Tag: 1.31.0-rc.0~49530 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f348dc9a3a7fa48f32ae7486a2bd488b00b766d2;p=lhc%2Fweb%2Fwiklou.git Oops, need to quote that define call. --- diff --git a/config/index.php b/config/index.php index 9a9000d75c..556819df40 100644 --- a/config/index.php +++ b/config/index.php @@ -754,7 +754,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { $wgCommandLineMode = true; if (! defined ( 'STDERR' ) ) - define( STDERR, fopen("php://stderr", "wb")); + define( 'STDERR', fopen("php://stderr", "wb")); $wgUseDatabaseMessages = false; /* FIXME: For database failure */ require_once( "$IP/includes/Setup.php" ); chdir( "config" );