@@ -55,7 +55,7 @@ |
||
55 | 55 | { |
56 | 56 | $basicLookupDir = $this->pathLib->getDocumentRoot() . $this->pathLib->getPathToSystemRoot(); |
57 | 57 | foreach ($this->pathMasks as $pathMask) { |
58 | - $unmasked = sprintf( $pathMask, |
|
58 | + $unmasked = sprintf($pathMask, |
|
59 | 59 | DIRECTORY_SEPARATOR, $basicLookupDir, |
60 | 60 | IPaths::DIR_USER, $this->routedLib->getUser(), |
61 | 61 | IPaths::DIR_MODULE, $module, |