|
@@ -152,7 +152,7 @@ |
|
|
block discarded – undo |
|
152
|
152
|
$templateParameters['all'] = 'csv' === $request->getRequestFormat() ? 1 : $request->query->getInt('all'); |
|
153
|
153
|
$showOnlyOwnEntriesSetting = (bool)$request->query->getInt( |
|
154
|
154
|
'own', |
|
155
|
|
- (int) $this->variableApi->get('ZikulaRoutesModule', 'showOnlyOwnEntries') |
|
|
155
|
+ (int)$this->variableApi->get('ZikulaRoutesModule', 'showOnlyOwnEntries') |
|
156
|
156
|
); |
|
157
|
157
|
$showOnlyOwnEntriesSetting = $showOnlyOwnEntriesSetting ? 1 : 0; |
|
158
|
158
|
$templateParameters['own'] = $showOnlyOwnEntriesSetting; |
Please login to merge, or discard this patch.