mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/16823] Adjust wrapper condition
PHPBB3-16823
This commit is contained in:
parent
e1fc0a9059
commit
2e29bb48fa
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class datetime extends \DateTime
|
||||||
|
|
||||||
$midnight = $midnight->getTimestamp();
|
$midnight = $midnight->getTimestamp();
|
||||||
|
|
||||||
if ($timestamp <= $midnight + 2 * 86400)
|
if ($timestamp < $midnight + 2 * 86400)
|
||||||
{
|
{
|
||||||
$day = false;
|
$day = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue