1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Admin-UI: Fixed #3936 - Boolean 'invert' was failing with a fatal error in PHP7.

This commit is contained in:
Cameron
2020-05-15 11:31:22 -07:00
parent 82587d8708
commit 4a25bcd414

View File

@@ -5474,7 +5474,7 @@ class e_admin_ui extends e_admin_controller_ui
* @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);