mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -284,7 +284,7 @@ class admin_log_ui extends e_admin_ui
|
||||
{
|
||||
$mes = e107::getMessage();
|
||||
$ns = e107::getRender();
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
$frm = e107::getForm();
|
||||
$sql = e107::getDb();
|
||||
|
||||
|
Reference in New Issue
Block a user