Skip to content

Commit f30dd0a

Browse files
committed
CS
1 parent 5b0b985 commit f30dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/url.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
$urlParams = [
136136
'func' => 'status',
137137
'id' => $list->getValue('id'),
138-
'status' => ('0' == $list->getValue('status')) ? '1' : '0',
138+
'status' => ('0' === $list->getValue('status')) ? '1' : '0',
139139
];
140140

141141
$start = rex_request($startKey = $list->getName() . '_start', 'string', '');

0 commit comments

Comments
 (0)