mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 08:39:57 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -241,7 +241,7 @@ if (e107::isInstalled('alt_auth'))
|
||||
|
||||
function sendTest()
|
||||
{
|
||||
$log = e107::getAdminLog();
|
||||
$log = e107::getLog();
|
||||
$mes = e107::getMessage();
|
||||
|
||||
if(trim($_POST['testaddress']) == '')
|
||||
|
Reference in New Issue
Block a user