mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -189,7 +189,7 @@ if(isset($_POST['updateprefs']))
|
||||
}
|
||||
}
|
||||
|
||||
if (plugInstalled('alt_auth'))
|
||||
if (e107::isInstalled('alt_auth'))
|
||||
{
|
||||
$authlist[] = "e107";
|
||||
$handle = opendir(e_PLUGIN."alt_auth");
|
||||
|
Reference in New Issue
Block a user