From: Platonides Date: Fri, 15 Jun 2012 20:46:56 +0000 (+0200) Subject: Use canonical class name ApiBase also in ApiQueryLangLinks X-Git-Tag: 1.31.0-rc.0~23305 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=7d3db079f6b4222927cb6e7c24f0083981bc57b5;p=lhc%2Fweb%2Fwiklou.git Use canonical class name ApiBase also in ApiQueryLangLinks Change-Id: I11c7b0540078e6934c8d9d8fa21891a87bfebd21 --- 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' )