mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
fix: change IN_PROGRESS to RUNNING
This commit is contained in:
@@ -295,7 +295,7 @@ final class SMExporter
|
|||||||
$today = new DateTimeImmutable('today');
|
$today = new DateTimeImmutable('today');
|
||||||
$cutoff = new DateTimeImmutable($cutoffDate);
|
$cutoff = new DateTimeImmutable($cutoffDate);
|
||||||
|
|
||||||
return ($cutoff < $today) ? 'FINISHED' : 'IN_PROGRESS';
|
return ($cutoff < $today) ? 'FINISHED' : 'RUNNING';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user