r34588 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34587‎ | r34588 | r34589 >
Date:16:29, 10 May 2008
Author:rotem
Status:old
Tags:
Comment:
For compatibility (DefaultSettings.php currently crashes when LocalSettings.php doesn't exist).
Modified paths:
  • /trunk/phase3/includes/WebStart.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WebStart.php
@@ -77,6 +77,7 @@
7878 # the wiki installer need to be launched or the generated file moved from
7979 # ./config/ to ./
8080 if( !file_exists( "$preIP/LocalSettings.php" ) ) {
 81+ $IP = $preIP;
8182 require_once( "$preIP/includes/DefaultSettings.php" ); # used for printing the version
8283 require_once( "$preIP/includes/templates/NoLocalSettings.php" );
8384 die();

Status & tagging log