mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-19 12:28:38 +01:00
* Calendar: Fix saving preferences place-holders in all languages except en breaks their values in database
This commit is contained in:
parent
b075dd81be
commit
c4979ecd93
@ -235,6 +235,8 @@ class preferences_settings
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'Array': // notify
|
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);
|
$value = $GLOBALS['egw']->preferences->lang_notify($value, $types[$var], True);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user