"fix for bug reported on the developers list"

This commit is contained in:
Ralf Becker 2007-06-22 12:49:21 +00:00
parent 68eb676729
commit fe58bfc0e3

View File

@ -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']);