mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Calendar: Fix saving preferences place-holders in all languages except en breaks their values in database
This commit is contained in:
parent
cd3e58f506
commit
cf7ce2c27f
@ -235,6 +235,8 @@ class preferences_settings
|
||||
}
|
||||
break;
|
||||
case 'Array': // notify
|
||||
// Make sure the application translation is loaded
|
||||
Api\Translation::add_app($appname);
|
||||
$value = $GLOBALS['egw']->preferences->lang_notify($value, $types[$var], True);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user