mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 04:30:29 +01:00
[ticket/16823] Adjust wrapper condition
PHPBB3-16823
This commit is contained in:
parent
e1fc0a9059
commit
2e29bb48fa
@ -97,7 +97,7 @@ class datetime extends \DateTime
|
||||
|
||||
$midnight = $midnight->getTimestamp();
|
||||
|
||||
if ($timestamp <= $midnight + 2 * 86400)
|
||||
if ($timestamp < $midnight + 2 * 86400)
|
||||
{
|
||||
$day = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user