mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Remove no longer used argument
This commit is contained in:
parent
886bc915cf
commit
abaf61b72f
@ -326,7 +326,7 @@ class preferences_settings
|
|||||||
{
|
{
|
||||||
if ($content['is_admin'])
|
if ($content['is_admin'])
|
||||||
{
|
{
|
||||||
self::admin_cmd_run($content, $content['old_values'], $values, $GLOBALS['egw']->preferences->get_account_id());
|
self::admin_cmd_run($content, $values, $GLOBALS['egw']->preferences->get_account_id());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user