API: trunk/phase3 is now mediawiki/core
authorPlatonides <platonides@gmail.com>
Fri, 23 Mar 2012 16:45:45 +0000 (17:45 +0100)
committerAntoine Musso <hashar@free.fr>
Fri, 23 Mar 2012 16:43:50 +0000 (17:43 +0100)
e7544995a090f98fd4d803686d90087e9273bb41 follow-up.

Change-Id: Ic0c82e0a54cefded24fc3aa260ddc051e30e8ab5

api.php

diff --git a/api.php b/api.php
index a5a2579..889c5f1 100644 (file)
--- a/api.php
+++ b/api.php
@@ -45,7 +45,7 @@ if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.
 
 // Initialise common code.
 if ( isset( $_SERVER['MW_COMPILED'] ) ) {
-       require ( 'phase3/includes/WebStart.php' );
+       require ( 'core/includes/WebStart.php' );
 } else {
        require ( dirname( __FILE__ ) . '/includes/WebStart.php' );
 }