]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Content/Widget.php
authoranubis2814 <57196483+anubis2814@users.noreply.github.com>
Fri, 9 Jun 2023 20:07:11 +0000 (16:07 -0400)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 20:07:11 +0000 (16:07 -0400)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Content/Widget.php

index abb125027ab107e95dddee7dacd038ae9f6d6267..c18a3041b0568c799a35d10c15954e66a7e1b84d 100644 (file)
@@ -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';