@@ -48,7 +48,7 @@ |
||
| 48 | 48 | { |
| 49 | 49 | $basicLookupDir = $this->pathLib->getDocumentRoot() . $this->pathLib->getPathToSystemRoot(); |
| 50 | 50 | foreach ($this->pathMasks as $pathMask) { |
| 51 | - $unmasked = sprintf( $pathMask, |
|
| 51 | + $unmasked = sprintf($pathMask, |
|
| 52 | 52 | DIRECTORY_SEPARATOR, $basicLookupDir, |
| 53 | 53 | IPaths::DIR_USER, $this->routedLib->getUser(), |
| 54 | 54 | IPaths::DIR_MODULE, $module, |