mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
"fix for bug reported on the developers list"
This commit is contained in:
parent
68eb676729
commit
fe58bfc0e3
@ -14,7 +14,8 @@ if((int)$GLOBALS['hook_values']['account_id'] > 0)
|
||||
{
|
||||
require_once(EGW_INCLUDE_ROOT.'/infolog/inc/class.soinfolog.inc.php');
|
||||
|
||||
$info =& new soinfolog;
|
||||
$grants = array();
|
||||
$info =& new soinfolog($grants);
|
||||
|
||||
$info->change_delete_owner((int)$GLOBALS['hook_values']['account_id'],(int)$_POST['new_owner']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user