Skip to content

Commit

Permalink
Merge pull request #14 from mlavrinenko/master
Browse files Browse the repository at this point in the history
Подключение скрипта установки по полному пути
  • Loading branch information
mmjurov committed Jan 21, 2016
2 parents 5b6b02b + 5a49db7 commit 43c9913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 43c9913

Please sign in to comment.