From: Sam Reed Date: Mon, 10 May 2010 18:54:33 +0000 (+0000) Subject: Fixup getPossibleErrors description from r66150, add missing placeholders X-Git-Tag: 1.31.0-rc.0~36897 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=38105564d79e0d200053149936d6a44a50ee64b0;p=lhc%2Fweb%2Fwiklou.git Fixup getPossibleErrors description from r66150, add missing placeholders --- diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index 20b667d0b3..ac72504d24 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -387,7 +387,7 @@ class ApiParse extends ApiBase { array( 'code' => 'missingrev', 'info' => 'There is no revision ID oldid' ), array( 'code' => 'permissiondenied', 'info' => 'You don\'t have permission to view deleted revisions' ), array( 'code' => 'missingtitle', 'info' => 'The page you specified doesn\'t exist' ), - array( 'code' => 'nosuchsection', 'info' => 'There is no section in '), + array( 'code' => 'nosuchsection', 'info' => 'There is no section sectionnumber in page'), array( 'nosuchpageid' ), ) ); }