Index: trunk/extensions/SemanticDrilldown/includes/SD_AppliedFilter.php |
— | — | @@ -107,10 +107,10 @@ |
108 | 108 | */ |
109 | 109 | function getAllOrValues($category) { |
110 | 110 | global $smwgDefaultStore; |
111 | | - if ($smwgDefaultStore == 'SMWSQLStore2') { |
| 111 | + if ($smwgDefaultStore == 'SMWSQLStore') { |
| 112 | + return $this->getAllOrValues_orig($category); |
| 113 | + } else { |
112 | 114 | return $this->getAllOrValues_2($category); |
113 | | - } else { |
114 | | - return $this->getAllOrValues_orig($category); |
115 | 115 | } |
116 | 116 | } |
117 | 117 | |