mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Updating of deprecated method usage. Removal of old files. Log tests added.
This commit is contained in:
@@ -303,7 +303,7 @@ class core_mailout
|
||||
|
||||
if (is_numeric($selectVals['email_to']))
|
||||
{
|
||||
$_to = LAN_MAILOUT_23.e107::getUserClass()->uc_get_classname(intval($selectVals['email_to']));
|
||||
$_to = LAN_MAILOUT_23.e107::getUserClass()->getName(intval($selectVals['email_to']));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user