mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Contacts: Don't lowercase categories value when saving
This commit is contained in:
parent
fd72556fd1
commit
3f6e971571
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ switch($element) {
|
|||
//$value = getOtherValue();
|
||||
}
|
||||
break;
|
||||
case 'CATEGORIES':
|
||||
//case 'CATEGORIES':
|
||||
/* multi autocomplete triggers an save with empty value
|
||||
if (!$value) {
|
||||
$value = $vcard->getAsString('CATEGORIES');
|
||||
|
|
|
|||
Loading…
Reference in a new issue