mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Update src/Content/Widget.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
14b83def60
commit
2632875bab
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class Widget
|
|||
// Set the start and end date to the beginning of the month
|
||||
$cutoffday = $dthen;
|
||||
$thisday = substr($dnow, 4);
|
||||
$nextday = date('Y-m-d', strtotime($dnow. ' + 1 day'));
|
||||
$nextday = date('Y-m-d', strtotime($dnow . ' + 1 day'));
|
||||
$nextday = substr($nextday, 4);
|
||||
$dnow = substr($dnow, 0, 8) . '01';
|
||||
$dthen = substr($dthen, 0, 8) . '01';
|
||||
|
|
Loading…
Reference in a new issue