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