Release 1.30 (#3651)
* exclude all 403 and 404 from logs * bump version * cleanup tag handling * prevent mandatory user preferences turning null
This commit is contained in:
@@ -942,7 +942,7 @@ final class KimaiImporterCommand extends Command
|
||||
$user->addPreference($newPref);
|
||||
}
|
||||
|
||||
// set default values if they were not set in the the user preferences
|
||||
// set default values if they were not set in the user preferences
|
||||
$defaults = ['language' => $language, 'timezone' => $timezone];
|
||||
foreach ($defaults as $key => $default) {
|
||||
if (null === $user->getPreferenceValue($key)) {
|
||||
|
||||
Reference in New Issue
Block a user