Skip to content

Commit 2d3ff80

Browse files
committed
[3.0] Callback parameter did not match
Fixes #9030
1 parent 3d9d009 commit 2d3ff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Actions/Calendar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ public static function cache_getRecentEvents(array $eventOptions): array
14731473
'callback' => self::class . '::cacheIsOutdated',
14741474
'args' => [
14751475
'date' => Time::strftime('%Y%m%d', time()),
1476-
'timestamp' => time(),
1476+
'time' => time(),
14771477
],
14781478
],
14791479
'update_callback' => self::class . '::cacheAdjustData',

0 commit comments

Comments
 (0)