From fc9605efa76dc891c896b3ea7bdc059bf2364ba4 Mon Sep 17 00:00:00 2001 From: gilyazov Date: Wed, 16 Oct 2019 14:44:08 +0300 Subject: [PATCH] Update class.php --- elements.detail/class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elements.detail/class.php b/elements.detail/class.php index b7e322f..bf11e8c 100644 --- a/elements.detail/class.php +++ b/elements.detail/class.php @@ -10,7 +10,7 @@ use Bex\Bbc; if(!defined('B_PROLOG_INCLUDED')||B_PROLOG_INCLUDED!==true)die(); - +# вынесите пожалуйста код модуля в реппозиторий if (!\Bitrix\Main\Loader::includeModule('bex.bbc')) return false; /** @@ -75,4 +75,4 @@ protected function executeMain() $this->return404(); } } -} \ No newline at end of file +}