mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
replaced calls to deprecated plugInstalled() with e107::isInstalled()
This commit is contained in:
@@ -18,7 +18,7 @@ $eplug_admin = true;
|
||||
define('DOWNLOAD_DEBUG',FALSE);
|
||||
|
||||
require_once("../../class2.php");
|
||||
if (!getperms("P") || !plugInstalled('download'))
|
||||
if (!getperms("P") || !e107::isInstalled('download'))
|
||||
{
|
||||
header("location:".e_BASE."index.php");
|
||||
exit() ;
|
||||
|
Reference in New Issue
Block a user