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 +?>