Skip to content

Commit

Permalink
Don't warn about no locale set, that is normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 25, 2024
1 parent f02121f commit 3e1c557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/includes/config.php.in
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if ($locale) {
$locale = locale_get_default();
}
} else {
ZM\Warning('No locale set');
#ZM\Debug('Using system locale');
$locale = locale_get_default();
}

Expand Down

0 comments on commit 3e1c557

Please sign in to comment.