We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432dc4a commit 1ac9a30Copy full SHA for 1ac9a30
1 file changed
_toolkit_loader.php
@@ -8,8 +8,8 @@
8
$extlibDir = __DIR__ . '/extlib/';
9
10
// Load composer
11
-if (file_exists('vendor/autoload.php')) {
12
- require 'vendor/autoload.php';
+if (file_exists(__DIR__ .'/vendor/autoload.php')) {
+ require __DIR__ . '/vendor/autoload.php';
13
}
14
15
// Load now external libs
0 commit comments