r66152 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66151‎ | r66152 | r66153 >
Date:18:54, 10 May 2010
Author:reedy
Status:ok
Tags:
Comment:
Fixup getPossibleErrors description from r66150, add missing placeholders
Modified paths:
  • /trunk/phase3/includes/api/ApiParse.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiParse.php
@@ -387,7 +387,7 @@
388388 array( 'code' => 'missingrev', 'info' => 'There is no revision ID oldid' ),
389389 array( 'code' => 'permissiondenied', 'info' => 'You don\'t have permission to view deleted revisions' ),
390390 array( 'code' => 'missingtitle', 'info' => 'The page you specified doesn\'t exist' ),
391 - array( 'code' => 'nosuchsection', 'info' => 'There is no section in '),
 391+ array( 'code' => 'nosuchsection', 'info' => 'There is no section sectionnumber in page'),
392392 array( 'nosuchpageid' ),
393393 ) );
394394 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66150* (bug 23460) Parse action should have a section option...reedy18:27, 10 May 2010

Status & tagging log