Oops, need to quote that define call.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 10 Feb 2008 15:36:13 +0000 (15:36 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 10 Feb 2008 15:36:13 +0000 (15:36 +0000)
config/index.php

index 9a9000d..556819d 100644 (file)
@@ -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" );