mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -827,7 +827,7 @@ class db_verify
|
||||
function runFix($fixArray='')
|
||||
{
|
||||
$mes = e107::getMessage();
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
|
||||
if(!is_array($fixArray))
|
||||
{
|
||||
|
Reference in New Issue
Block a user