mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
/*if(!plugInstalled('gsitemap'))
|
||||
/*if(!e107::isInstalled('gsitemap'))
|
||||
{
|
||||
return;
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user