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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user