From: Sam Reed Date: Sat, 13 Feb 2010 01:24:00 +0000 (+0000) Subject: Fix fail in ApiEditPage.php X-Git-Tag: 1.31.0-rc.0~37788 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=685209190708b860b0adfc7f64d8ad0d021b317d;p=lhc%2Fweb%2Fwiklou.git Fix fail in ApiEditPage.php --- 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\'' ), ) ); }