Index: trunk/extensions/SemanticDrilldown/specials/SD_CreateFilter.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | global $sdgContLang; |
30 | 30 | |
31 | 31 | list($namespace, $property_name) = explode(",", $property_string, 2); |
32 | | - $sd_props = $sdgContLang->getSpecialPropertiesArray(); |
| 32 | + $sd_props = $sdgContLang->getPropertyLabels(); |
33 | 33 | // a simpler call is possible in SMW 1.4 and higher |
34 | 34 | if (class_exists('SMWPropertyValue')) |
35 | 35 | $property_tag = "[[" . $sd_props[SD_SP_COVERS_PROPERTY] . "::$property_name]]"; |