]> git.mxchange.org Git - friendica.git/commitdiff
indentation
authorHannes Heute <haheute@posteo.de>
Thu, 1 May 2025 23:36:37 +0000 (01:36 +0200)
committerHannes Heute <haheute@posteo.de>
Thu, 1 May 2025 23:36:37 +0000 (01:36 +0200)
src/Model/Event.php

index 0fcefe48615ade19e7c79718617034f0bc197e1c..1d36a6ffea0a28d7eefa7a528755a8855bfb3ecb 100644 (file)
@@ -397,7 +397,7 @@ class Event
        {
                // First day of the week (0 = Sunday).
                $firstDay    = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'calendar', 'first_day_of_week') ?? 0;
-               $defaultView = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'calendar', 'default_view')       ?? 'month';
+               $defaultView = DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'calendar', 'default_view')      ?? 'month';
 
                return [
                        'firstDay'    => $firstDay,