mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -401,8 +401,7 @@ class e107MailManager
|
||||
}
|
||||
if (isset($data['mail_target_info']))
|
||||
{
|
||||
$array = new ArrayData;
|
||||
$tmp = $array->ReadArray($data['mail_target_info']);
|
||||
$tmp = e107::unserialize($data['mail_target_info']);
|
||||
$res['mail_target_info'] = $tmp;
|
||||
}
|
||||
return $res;
|
||||
|
Reference in New Issue
Block a user