mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Removal of $admin_log globals.
This commit is contained in:
@@ -326,7 +326,7 @@ class alt_auth_admin extends alt_auth_base
|
||||
}
|
||||
}
|
||||
}
|
||||
e107::getAdminLog()->log_event('AUTH_03',$prefix,E_LOG_INFORMATIVE,'');
|
||||
e107::getLog()->add('AUTH_03',$prefix,E_LOG_INFORMATIVE,'');
|
||||
return LAN_ALT_UPDATED;
|
||||
}
|
||||
|
||||
|
@@ -74,7 +74,7 @@ if(isset($_POST['updateeufs']))
|
||||
{
|
||||
$pref['auth_extended'] = $au; // @TODO:
|
||||
save_prefs();
|
||||
$admin_log->log_event('AUTH_02',$au,'');
|
||||
e107::getLog()->add('AUTH_02',$au,'');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user