Skip to content

Commit 43c9913

Browse files
committed
Merge pull request #14 from mlavrinenko/master
Подключение скрипта установки по полному пути
2 parents 5b6b02b + 5a49db7 commit 43c9913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Bitrix\Main\ModuleManager;
55

66
if (!ModuleManager::isModuleInstalled('maximaster.tools')) {
7-
require_once( 'index.php' );
7+
require_once( __DIR__.'/index.php' );
88
$moduleInstaller = new maximaster_tools();
99
$moduleInstaller->DoInstall();
1010
}

0 commit comments

Comments
 (0)