Skip to content

Commit

Permalink
[BUGFIX] external composer lib error
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-hai committed Sep 14, 2017
1 parent 3936421 commit 0d0edc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function createConfiguration(array $options)
if (isset($server['ORIG_PATH_INFO'])) {
$pathInfo = substr($server['ORIG_PATH_INFO'], 1);
} elseif (isset($server['PATH_INFO'])) {
$pathInfo = substr($server['PATH_INFO'], 1)
$pathInfo = substr($server['PATH_INFO'], 1);
} else {
$pathInfo = false;
}
Expand Down

0 comments on commit 0d0edc0

Please sign in to comment.