mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
require_once("class2.php");
|
||||
if(!plugInstalled('gsitemap'))
|
||||
if(!e107::isInstalled('gsitemap'))
|
||||
{
|
||||
header("location:".e_BASE."index.php");
|
||||
exit();
|
||||
|
Reference in New Issue
Block a user