Completed
Pull Request — master (#744)
by
unknown
13s
created
Classes/Controller/CalendarController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -400,7 +400,7 @@
 block discarded – undo
400 400
         $now = DateTimeUtility::getNow();
401 401
         $useCurrentDate = $now->format('Y-m') === $date->format('Y-m');
402 402
 
403
-        if(isset($arguments['index'])) {
403
+        if (isset($arguments['index'])) {
404 404
             /** @var Index $index */
405 405
             $index = $this->indexRepository->findByUid($arguments['index']);
406 406
             $date = $index->getStartDate();
Please login to merge, or discard this patch.