mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.
This commit is contained in:
@@ -594,7 +594,7 @@ class plugin_ui extends e_admin_ui
|
||||
private function pluginUpgrade()
|
||||
{
|
||||
$pref = e107::getPref();
|
||||
$admin_log = e107::getAdminLog();
|
||||
$admin_log = e107::getLog();
|
||||
$plugin = e107::getPlugin();
|
||||
|
||||
$sql = e107::getDb();
|
||||
|
Reference in New Issue
Block a user