mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -24,7 +24,7 @@ feed refresh time has expired, the cache is updated.
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if (!plugInstalled('newsfeed'))
|
||||
if (!e107::isInstalled('newsfeed'))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user