mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
Removal of $admin_log globals.
This commit is contained in:
@@ -453,7 +453,7 @@ if (isset($_POST['register']) && $pref['user_reg'] == 1)
|
||||
{
|
||||
$allData['errors']['user_email'] = ERR_GENERIC;
|
||||
$allData['errortext']['user_email'] = LAN_SIGNUP_71;
|
||||
$admin_log->log_event('USET_15',LAN_SIGNUP_103.e107::getIPHandler()->getIP(FALSE), 4);
|
||||
e107::getLog()->add('USET_15',LAN_SIGNUP_103.e107::getIPHandler()->getIP(FALSE), 4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user