Use canonical class name ApiBase also in ApiQueryLangLinks
authorPlatonides <platonides@gmail.com>
Fri, 15 Jun 2012 20:46:56 +0000 (22:46 +0200)
committerPlatonides <platonides@gmail.com>
Fri, 15 Jun 2012 20:46:56 +0000 (22:46 +0200)
Change-Id: I11c7b0540078e6934c8d9d8fa21891a87bfebd21

includes/api/ApiQueryLangLinks.php

index e477b2f..7cab739 100644 (file)
@@ -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'
                        )