We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a3a91 commit accfd06Copy full SHA for accfd06
public_html/lists/admin/updateLib.php
@@ -84,7 +84,7 @@ function lastTimeCheck()
84
$currentTimeFormattedDateTime = new DateTime($currentTime);
85
86
$interval = $currentTimeFormattedDateTime->diff($lastTimeFormattedDateTime);
87
- $dDiff = $interval->format('%d');
+ $dDiff = $interval->format('%a');
88
89
if ($dDiff >= '3') {
90
0 commit comments