From 6813a55665a782ed45b5dcdfc4947cddb4e865d1 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 23 Mar 2012 17:45:45 +0100 Subject: [PATCH] API: trunk/phase3 is now mediawiki/core e7544995a090f98fd4d803686d90087e9273bb41 follow-up. Change-Id: Ic0c82e0a54cefded24fc3aa260ddc051e30e8ab5 --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index a5a257992d..889c5f10a2 100644 --- 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' ); } -- 2.20.1