Completed
Pull Request — master (#235)
by
unknown
02:42
created
Classes/Controller/CalendarController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
         $sort = $this->settings['sorting'];
245 245
         $this->checkStaticTemplateIsIncluded();
246 246
         $this->slotExtendedAssignMultiple([
247
-           'indices' => $this->indexRepository->findByPast($limit, $sort)
247
+            'indices' => $this->indexRepository->findByPast($limit, $sort)
248 248
         ], __CLASS__, __FUNCTION__);
249 249
     }
250 250
 
Please login to merge, or discard this patch.