mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
// if (!plugInstalled('linkwords')) exit; // This will completely break a site during upgrades.
|
||||
// if (!e107::isInstalled('linkwords')) exit; // This will completely break a site during upgrades.
|
||||
|
||||
define('LW_CACHE_ENABLE', FALSE);
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
// if (!plugInstalled('linkwords')) exit; // This will break a site completely under some circumstance.
|
||||
// if (!e107::isInstalled('linkwords')) exit; // This will break a site completely under some circumstance.
|
||||
|
||||
|
||||
class e_linkwords
|
||||
|
Reference in New Issue
Block a user