From 685209190708b860b0adfc7f64d8ad0d021b317d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 13 Feb 2010 01:24:00 +0000 Subject: [PATCH] Fix fail in ApiEditPage.php --- includes/api/ApiEditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index ae94c3fe33..1271610260 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -378,7 +378,7 @@ class ApiEditPage extends ApiBase { array( 'editconflict' ), array( 'emptynewsection' ), array( 'unknownerror', 'retval' ), - array( 'code' => 'nosuchsection', 'info' => '' ), "There is no section section.", '' + array( 'code' => 'nosuchsection', 'info' => 'There is no section section.' ), array( 'code' => 'invalidsection', 'info' => 'The section parameter must be set to an integer or \'new\'' ), ) ); } -- 2.20.1