Skip to content
Snippets Groups Projects
Commit d734589b authored by André Lahmann's avatar André Lahmann
Browse files

* hotfix for wrong case of "group" in LiberoDingTrait->_profileDataMapper()

parent 049e6be8
No related merge requests found
......@@ -391,7 +391,7 @@ trait LiberoDingTrait
"HPHONE" => "phone",
"BPHONE" => 'phone2',
"EMAIL" => 'email',
"group" => 'group',
"GROUP" => 'group',
"ADDR1" => 'address1',
"ADDR2" => 'additional',
"ADDR3" => 'city',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment