There was an error while loading. Please reload this page.
1 parent 03b3945 commit de3ca12Copy full SHA for de3ca12
1 file changed
src/model/ConceptPropertyValue.php
@@ -43,7 +43,7 @@ public function getLang()
43
44
public function getSortKey()
45
{
46
- return strtolower($this->getLabel(checkExternal: false));
+ return strtolower($this->getLabel());
47
}
48
49
public function getLabel($lang = '', $fallbackToUri = 'uri', $checkExternal = true)
0 commit comments