@@ -120,9 +120,9 @@ |
||
120 | 120 | if ($this->checkPostParamsExist('xss')) { |
121 | 121 | unset_superglobal('xss', 'post'); |
122 | 122 | |
123 | - $type = $postParams['type'] ?? ''; |
|
123 | + $type = $postParams['type'] ?? ''; |
|
124 | 124 | $variable = $postParams['variable'] ?? ''; |
125 | - $action = $postParams['action'] ?? ''; |
|
125 | + $action = $postParams['action'] ?? ''; |
|
126 | 126 | |
127 | 127 | // The index number in the $xssProtectedList, see below. |
128 | 128 | $order = (int) $postParams['order']; |