* Calendar: Fix saving preferences place-holders in all languages except en breaks their values in database

This commit is contained in:
Hadi Nategh 2016-09-19 11:06:58 +02:00
parent cd3e58f506
commit cf7ce2c27f

View File

@ -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;
}