From e303397d43d5ad5f45786c8995e3a1bdd77f42ff Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 14 May 2011 12:00:46 +0000 Subject: [PATCH] Fix daft loading error I added in r88047 --- includes/api/ApiQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index df59704f46..1292f75623 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -82,7 +82,7 @@ class ApiQuery extends ApiBase { 'filearchive' => 'ApiQueryFilearchive', 'imageusage' => 'ApiQueryBacklinks', 'iwbacklinks' => 'ApiQueryIWBacklinks', - 'iwlanglinks' => 'ApiQueryLangLinks', + 'langbacklinks' => 'ApiQueryLangBacklinks', 'logevents' => 'ApiQueryLogEvents', 'recentchanges' => 'ApiQueryRecentChanges', 'search' => 'ApiQuerySearch', -- 2.20.1