Completed
Pull Request — master (#693)
by
unknown
18s
created
Classes/Controller/BackendController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,8 @@
 block discarded – undo
84 84
             'pagination' => $pagination,
85 85
             'totalAmount' => \count($indices),
86 86
             'filterOptions' => [
87
-                'asc' => $this->getLanguageService()->sL(self::PATH_CORE_LOCALLANG .':ascending') ?: 'ascending',
88
-                'desc' => $this->getLanguageService()->sL(self::PATH_CORE_LOCALLANG .':descending') ?: 'descending',
87
+                'asc' => $this->getLanguageService()->sL(self::PATH_CORE_LOCALLANG . ':ascending') ?: 'ascending',
88
+                'desc' => $this->getLanguageService()->sL(self::PATH_CORE_LOCALLANG . ':descending') ?: 'descending',
89 89
             ]
90 90
         ]);
91 91
     }
Please login to merge, or discard this patch.