Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_TypePage.php |
— | — | @@ -31,7 +31,6 @@ |
32 | 32 | * article that indicates further results). |
33 | 33 | */ |
34 | 34 | protected function doQuery() { |
35 | | - global $wgContLang; |
36 | 35 | $store = smwfGetStore(); |
37 | 36 | $options = new SMWRequestOptions(); |
38 | 37 | $options->limit = $this->limit + 1; |
Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php |
— | — | @@ -39,8 +39,6 @@ |
40 | 40 | * article that indicates further results). |
41 | 41 | */ |
42 | 42 | protected function doQuery() { |
43 | | - global $wgContLang; |
44 | | - |
45 | 43 | $store = smwfGetStore(); |
46 | 44 | $options = new SMWRequestOptions(); |
47 | 45 | $options->limit = $this->limit + 1; |