@@ -114,9 +114,9 @@ |
||
114 | 114 | if (isset($postParams['xss'])) { |
115 | 115 | unset_superglobal('xss', 'post'); |
116 | 116 | |
117 | - $type = $postParams['type'] ?? ''; |
|
117 | + $type = $postParams['type'] ?? ''; |
|
118 | 118 | $variable = $postParams['variable'] ?? ''; |
119 | - $action = $postParams['action'] ?? ''; |
|
119 | + $action = $postParams['action'] ?? ''; |
|
120 | 120 | |
121 | 121 | // The index number in the $xssProtectedList, see below. |
122 | 122 | $order = (int) $postParams['order']; |