From 5a49db7f172de789795af1bc32579925073765b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=B2=D1=80=D0=B8=D0=BD=D0=B5=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=20=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC?= Date: Thu, 21 Jan 2016 13:10:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= =?UTF-8?q?=D0=B0=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BF=D0=BE=D0=BB=D0=BD=D0=BE=D0=BC=D1=83=20?= =?UTF-8?q?=D0=BF=D1=83=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/autoloader.php b/install/autoloader.php index 538cd9d..50af199 100644 --- a/install/autoloader.php +++ b/install/autoloader.php @@ -4,7 +4,7 @@ use Bitrix\Main\ModuleManager; if (!ModuleManager::isModuleInstalled('maximaster.tools')) { - require_once( 'index.php' ); + require_once( __DIR__.'/index.php' ); $moduleInstaller = new maximaster_tools(); $moduleInstaller->DoInstall(); }