This commit is contained in:
sparc 2012-03-29 10:44:35 +00:00
parent 1bff4b2cc0
commit e2d13e44eb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class am_handler
if (!empty($r['regrinfo']['domain']['name']))
{
$r['regrinfo'] = get_contacts($r['regrinfo'],$trans);
$r['regrinfo'] = get_contacts($r['regrinfo']);
$r['regrinfo']['registered'] = 'yes';
}
else