r62411 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62410‎ | r62411 | r62412 >
Date:01:24, 13 February 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix fail in ApiEditPage.php
Modified paths:
  • /trunk/phase3/includes/api/ApiEditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiEditPage.php
@@ -378,7 +378,7 @@
379379 array( 'editconflict' ),
380380 array( 'emptynewsection' ),
381381 array( 'unknownerror', 'retval' ),
382 - array( 'code' => 'nosuchsection', 'info' => '' ), "There is no section section.", ''
 382+ array( 'code' => 'nosuchsection', 'info' => 'There is no section section.' ),
383383 array( 'code' => 'invalidsection', 'info' => 'The section parameter must be set to an integer or \'new\'' ),
384384 ) );
385385 }

Status & tagging log