mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix Call to protected method admin_cmd_config::exec() from context infolog_customfields
This commit is contained in:
parent
1a3aee6fdd
commit
17dbd35884
@ -355,7 +355,7 @@ class infolog_customfields extends admin_customfields
|
||||
array('group_owners' => $config['group_owners']),
|
||||
array('group_owners' => $old)
|
||||
);
|
||||
$cmd->exec();
|
||||
$cmd->run();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user