From 7183489c51d12f822bdd21b29e67d852cf4997b0 Mon Sep 17 00:00:00 2001 From: Serios Date: Mon, 11 Jun 2018 15:06:18 +0300 Subject: [PATCH] Proper loading for site down shortcodes --- e_module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e_module.php b/e_module.php index 37ba60d..ba1540f 100644 --- a/e_module.php +++ b/e_module.php @@ -342,7 +342,7 @@ function __construct() global $SITEDOWN_TABLE; - require_once(e_CORE.'shortcodes/batch/sitedown_shortcodes.php'); + $sitedown_shortcodes= e107::getScBatch('sitedown'); if (!$SITEDOWN_TABLE) { @@ -394,4 +394,4 @@ function __construct() -?> \ No newline at end of file +?>