mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -115,7 +115,7 @@ if(e_AJAX_REQUEST )
|
||||
|
||||
echo DBLAN_62." <small>(".$dbfile.")</small>";
|
||||
|
||||
e107::getAdminLog()->addSuccess($zip." ".$dbfile, false)->save(DBLAN_63);
|
||||
e107::getLog()->addSuccess($zip." ".$dbfile, false)->save(DBLAN_63);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user