From 38105564d79e0d200053149936d6a44a50ee64b0 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 10 May 2010 18:54:33 +0000 Subject: [PATCH] Fixup getPossibleErrors description from r66150, add missing placeholders --- includes/api/ApiParse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ), ) ); } -- 2.20.1