@@ -90,8 +90,8 @@ |
||
90 | 90 | $this->stateData->scope = $moduleConfig['scope']; |
91 | 91 | } |
92 | 92 | |
93 | - // Set the derived scope so we can compare it to the sent host at a later point |
|
94 | - $httpUtils = new Utils\HTTP(); |
|
93 | + // Set the derived scope so we can compare it to the sent host at a later point |
|
94 | + $httpUtils = new Utils\HTTP(); |
|
95 | 95 | $baseurl = $httpUtils->getSelfHost(); |
96 | 96 | $hostname = parse_url($baseurl, PHP_URL_HOST); |
97 | 97 | if ($hostname !== null) { |