We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde7a41 commit 72ece76Copy full SHA for 72ece76
lib/Minify/Controller/Groups.php
@@ -48,7 +48,7 @@ public function createConfiguration(array $options)
48
if (isset($server['ORIG_PATH_INFO'])) {
49
$pathInfo = substr($server['ORIG_PATH_INFO'], 1);
50
} elseif (isset($server['PATH_INFO'])) {
51
- $pathInfo = substr($server['PATH_INFO'], 1)
+ $pathInfo = substr($server['PATH_INFO'], 1);
52
} else {
53
$pathInfo = false;
54
}
0 commit comments