1
0
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:
Cameron
2014-10-23 11:07:18 -07:00
parent 0d4e4201e0
commit 1ff46a68a2
8 changed files with 22 additions and 17 deletions

View File

@@ -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;
}

View File

@@ -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,'');
}
}