diff --git a/lam/lib/types.inc b/lam/lib/types.inc index 53905e1a..8a8b6551 100644 --- a/lam/lib/types.inc +++ b/lam/lib/types.inc @@ -383,7 +383,7 @@ class ListAttribute { */ public function getAlias() { if ($this->isPredefined()) { - $name = substr($this->attributeSpec, 1); + $name = strtolower(substr($this->attributeSpec, 1)); $hash_table = getListAttributeDescriptions($this->scope); $hash_table = array_change_key_case($hash_table, CASE_LOWER); if (isset($hash_table[$name])) {