Skip to content

Commit

Permalink
codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimBurnin committed Aug 12, 2020
1 parent c03b144 commit 831a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/condition.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private static function create_entry_if_not_exist($userid, $cm) {
// Consider expired, giving 15 minutes slack
$expired = time() > $entry->timescheduled + self::EXPIRATION_SLACK;

if($scheduled && $expired) {
if ($scheduled && $expired) {
$entry->timemodified = time();
$entry->status = 'Rescheduled';

Expand Down

0 comments on commit 831a346

Please sign in to comment.