|
@@ -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.