Fix template engine rending attributes with multiselect configured

This commit is contained in:
Deon George
2010-02-24 22:20:26 +11:00
parent ac1d121b0d
commit a1c714bdb8
4 changed files with 12 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ class AttributeFactory {
case 'password':
return $this->newPasswordAttribute($name,$values,$server_id,$source);
case 'multiselect':
case 'select':
return $this->newSelectionAttribute($name,$values,$server_id,$source);