Converts path to lowercase in Loader.php
-
includes/autoloader.php:153
$file = strtolower ( $base_dir . str_replace( '\\', '/', $relative_class ) . "/" . $tmpRelativeClass . '.php' );
Guess what happens when you have uppercase char in your path and your environment is Linux? ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Converts path to lowercase in Loader.php’ is closed to new replies.