Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Linegod committed Feb 8, 2025
1 parent 9381194 commit bf2f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timespan_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function initialize_timespan(&$timespan) {
$default_timespan = read_user_setting('default_timespan');
$default_timeshift = read_user_setting('default_timeshift');

if (empty($detault_timespan)) {
if (empty($default_timespan)) {
$default_timespan = 7;
set_user_setting('predefined_timespan', $default_timespan);
}
Expand Down

0 comments on commit bf2f092

Please sign in to comment.