Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -378,7 +378,7 @@ |
379 | 379 | array( 'editconflict' ), |
380 | 380 | array( 'emptynewsection' ), |
381 | 381 | array( 'unknownerror', 'retval' ), |
382 | | - array( 'code' => 'nosuchsection', 'info' => '' ), "There is no section section.", '' |
| 382 | + array( 'code' => 'nosuchsection', 'info' => 'There is no section section.' ), |
383 | 383 | array( 'code' => 'invalidsection', 'info' => 'The section parameter must be set to an integer or \'new\'' ), |
384 | 384 | ) ); |
385 | 385 | } |