We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0b985 commit f30dd0aCopy full SHA for f30dd0a
pages/url.list.php
@@ -135,7 +135,7 @@
135
$urlParams = [
136
'func' => 'status',
137
'id' => $list->getValue('id'),
138
- 'status' => ('0' == $list->getValue('status')) ? '1' : '0',
+ 'status' => ('0' === $list->getValue('status')) ? '1' : '0',
139
];
140
141
$start = rex_request($startKey = $list->getName() . '_start', 'string', '');
0 commit comments