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:
@@ -527,7 +527,7 @@ class listclass
|
||||
}
|
||||
else
|
||||
{
|
||||
if (plugInstalled($file))
|
||||
if (e107::isInstalled($file))
|
||||
{
|
||||
if(is_readable(e_PLUGIN.$file."/e_list.php"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user