We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a1bd9 commit 5fbc6bbCopy full SHA for 5fbc6bb
application/Init/Autoloader.php
@@ -32,7 +32,7 @@
32
Autoloader_ApplicationModules::register();
33
34
$composer_autoloader = SysConf_Path::getLibrary().'Composer/autoload.php';
35
-if(file_exists(stream_resolve_include_path($composer_autoloader))) {
+if( file_exists( $composer_autoloader) ) {
36
include_once $composer_autoloader;
37
}
38
0 commit comments