diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index 643eb31fc..5e5bffdd0 100755 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -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);