Skip to content

Commit 5fbc6bb

Browse files
committed
Composer support added
1 parent 09a1bd9 commit 5fbc6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/Init/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Autoloader_ApplicationModules::register();
3333

3434
$composer_autoloader = SysConf_Path::getLibrary().'Composer/autoload.php';
35-
if(file_exists(stream_resolve_include_path($composer_autoloader))) {
35+
if( file_exists( $composer_autoloader) ) {
3636
include_once $composer_autoloader;
3737
}
3838

0 commit comments

Comments
 (0)