From 7d3db079f6b4222927cb6e7c24f0083981bc57b5 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 15 Jun 2012 22:46:56 +0200 Subject: [PATCH] Use canonical class name ApiBase also in ApiQueryLangLinks Change-Id: I11c7b0540078e6934c8d9d8fa21891a87bfebd21 --- includes/api/ApiQueryLangLinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryLangLinks.php b/includes/api/ApiQueryLangLinks.php index e477b2fb62..7cab739b5d 100644 --- a/includes/api/ApiQueryLangLinks.php +++ b/includes/api/ApiQueryLangLinks.php @@ -165,7 +165,7 @@ class ApiQueryLangLinks extends ApiQueryBase { 'lang' => 'string', 'url' => array( ApiBase::PROP_TYPE => 'string', - Apibase::PROP_NULLABLE => true + ApiBase::PROP_NULLABLE => true ), '*' => 'string' ) -- 2.20.1