Skip to content

Commit de3ca12

Browse files
committed
Revert "avoid SPARQL query on ConceptPropertyValue.getSortKey()"
This reverts commit cc684fa.
1 parent 03b3945 commit de3ca12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model/ConceptPropertyValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getLang()
4343

4444
public function getSortKey()
4545
{
46-
return strtolower($this->getLabel(checkExternal: false));
46+
return strtolower($this->getLabel());
4747
}
4848

4949
public function getLabel($lang = '', $fallbackToUri = 'uri', $checkExternal = true)

0 commit comments

Comments
 (0)