Index: trunk/phase3/maintenance/commandLine.inc |
— | — | @@ -44,7 +44,9 @@ |
45 | 45 | ? getenv('MW_INSTALL_PATH') |
46 | 46 | : realpath( dirname( __FILE__ ) . '/..' ); |
47 | 47 | #chdir( $IP ); |
48 | | -require_once( "$IP/StartProfiler.php" ); |
| 48 | +if ( file_exists( "$IP/StartProfiler.php" ) ) { |
| 49 | + require_once( "$IP/StartProfiler.php" ); |
| 50 | +} |
49 | 51 | |
50 | 52 | $options = array(); |
51 | 53 | $args = array(); |