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 392d4f3 commit 8b6e403
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 @@ -156,7 +156,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 8b6e403

Please sign in to comment.