Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent 64fce9c commit 767494f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
$age = time()-filemtime($file) * 3600;
$log->put('Error: ' . $file . ' shouldn’t be older than ' . $age . ' hours, but it '
'hasn’t been updated in ' . $age . ' hours.', 7);
. 'hasn’t been updated in ' . $age . ' hours.', 7);
}

}
Expand Down

0 comments on commit 767494f

Please sign in to comment.