| @@ -104,7 +104,7 @@ | ||
| 104 | 104 | * @return string | 
| 105 | 105 | */ | 
| 106 | 106 |  	protected function stripPath(string $path): string { | 
| 107 | - $prefix = '/' . $this->userId . '/files'; | |
| 107 | + $prefix = '/'.$this->userId.'/files'; | |
| 108 | 108 | |
| 109 | 109 | return rtrim(substr($path, strlen($prefix)), '/'); | 
| 110 | 110 | } |