1
0
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:
Cameron
2020-12-22 09:36:02 -08:00
parent 1433646305
commit 3f8e043998
33 changed files with 82 additions and 82 deletions

View File

@@ -1294,7 +1294,7 @@ class e107forum
{
$e107 = e107::getInstance();
$sql = e107::getDb();
$log = e107::getAdminLog();
$log = e107::getLog();
$id = (int)$id;
if(!$id) { return; }