Skip to content

Commit

Permalink
Environment: Case-Sensitive path in init via composer [closes #216]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 12, 2013
1 parent ed7a19d commit df086d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiGen/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static function init()
$vendorDir = realpath(static::getRootDir() . '/../..');

@include $vendorDir . '/nette/nette/Nette/loader.php';
@include $vendorDir . '/dg/texy/texy/texy.php';
@include $vendorDir . '/dg/texy/Texy/Texy.php';

set_include_path(
$vendorDir . '/kukulich/fshl' . PATH_SEPARATOR .
Expand Down

0 comments on commit df086d3

Please sign in to comment.