We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b6b02b + 5a49db7 commit 43c9913Copy full SHA for 43c9913
1 file changed
install/autoloader.php
@@ -4,7 +4,7 @@
4
use Bitrix\Main\ModuleManager;
5
6
if (!ModuleManager::isModuleInstalled('maximaster.tools')) {
7
- require_once( 'index.php' );
+ require_once( __DIR__.'/index.php' );
8
$moduleInstaller = new maximaster_tools();
9
$moduleInstaller->DoInstall();
10
}
0 commit comments