diff --git a/app/Support/Navigation.php b/app/Support/Navigation.php index ce78a979f1..9443923bcc 100644 --- a/app/Support/Navigation.php +++ b/app/Support/Navigation.php @@ -208,7 +208,7 @@ class Navigation $currentEnd = clone $end; // Log::debug(sprintf('Now in endOfPeriod("%s", "%s").', $currentEnd->toIso8601String(), $repeatFreq)); - if('MTD' === $repeatFreq && $end->isFuture()) { + if ('MTD' === $repeatFreq && $end->isFuture()) { // fall back to a monthly schedule if the requested period is MTD. Log::debug('endOfPeriod() requests "MTD", set it to "1M" instead.'); $repeatFreq = '1M'; diff --git a/config/firefly.php b/config/firefly.php index 2ecdb8e4ad..09170a77b3 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-11-26', - 'build_time' => 1764178914, + 'build_time' => 1764180641, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.