From b9b85843572bf283f48285001e276ba7e61b63f6 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Feb 2009 13:37:51 +0100 Subject: updated to MediaWiki 1.14.0 --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.php') diff --git a/api.php b/api.php index 77dc52a4..817f4bca 100644 --- a/api.php +++ b/api.php @@ -64,7 +64,7 @@ if( strcmp( "$wgScriptPath/api$wgScriptExtension", $url ) ) { if (!$wgEnableAPI) { echo 'MediaWiki API is not enabled for this site. Add the following line to your LocalSettings.php'; echo '
$wgEnableAPI=true;
'; - die(-1); + die(1); } /* Construct an ApiMain with the arguments passed via the URL. What we get back -- cgit v1.2.3-54-g00ecf