Skip to content

Commit a7d14f6

Browse files
authored
Merge pull request #9060 from jdarwood007/3.0/fix9030
[3.0] Callback parameter did not match
2 parents 3d9d009 + 2d3ff80 commit a7d14f6

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)