diff --git a/src/structure/components/com_sportsmanager/util/export.php b/src/structure/components/com_sportsmanager/util/export.php index 6535d89..2603987 100644 --- a/src/structure/components/com_sportsmanager/util/export.php +++ b/src/structure/components/com_sportsmanager/util/export.php @@ -295,7 +295,7 @@ final class SMExporter $today = new DateTimeImmutable('today'); $cutoff = new DateTimeImmutable($cutoffDate); - return ($cutoff < $today) ? 'FINISHED' : 'IN_PROGRESS'; + return ($cutoff < $today) ? 'FINISHED' : 'RUNNING'; } /**