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 83bc8d8 commit 29b58b1Copy full SHA for 29b58b1
1 file changed
index.php
@@ -212,7 +212,7 @@ function processButtons() {
212
213
if (isset($_POST["button_add_all"]) || isset($_POST["button_consume_all"])) {
214
$isConsume = isset($_POST["button_consume_all"]);
215
- $selectValues = array_filter($_POST, function($value, $key) {
+ $selectValues = array_filter($_POST, function(string $value, string $key) {
216
return strpos($key, 'select_') !== false && $value !== 0;
217
}, ARRAY_FILTER_USE_BOTH);
218
0 commit comments