Skip to content

Commit

Permalink
Admin-UI: Fixed #3936 - Boolean 'invert' was failing with a fatal err…
Browse files Browse the repository at this point in the history
…or in PHP7.
  • Loading branch information
CaMer0n committed May 15, 2020
1 parent 82587d8 commit 4a25bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/admin_ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -5474,7 +5474,7 @@ protected function handleListBoolBatch($selected, $field, $value)
* @param array $selected
* @return void
*/
protected function handleListBoolreverseBatch($selected, $field, $value)
protected function handleListBoolreverseBatch($selected, $field)
{
$tree = $this->getTreeModel();
$cnt = $tree->batchUpdate($field, "1-{$field}", $selected, null, false);
Expand Down

0 comments on commit 4a25bcd

Please sign in to comment.