mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
2
fpw.php
2
fpw.php
@@ -383,7 +383,7 @@ if (!empty($_POST['pwsubmit']))
|
||||
}
|
||||
|
||||
// Log to user audit log
|
||||
e107::getAdminLog()->user_audit(USER_AUDIT_PW_RES, $do_log, $row['user_id'], $row['user_name']);
|
||||
e107::getLog()->user_audit(USER_AUDIT_PW_RES, $do_log, $row['user_id'], $row['user_name']);
|
||||
|
||||
$ns->tablerender(LAN_03, $text.e107::getMessage()->render());
|
||||
require_once(FOOTERF);
|
||||
|
Reference in New Issue
Block a user