@@ -275,7 +275,7 @@ |
||
| 275 | 275 | $strPath = str_replace('{year}', date('Y'), $strPath); |
| 276 | 276 | $strPath = str_replace('{week}', date('Y_W'), $strPath); |
| 277 | 277 | |
| 278 | - $strUser = preg_replace("/[^A-Za-z0-9_-]/",'', $this->strUser); |
|
| 278 | + $strUser = preg_replace("/[^A-Za-z0-9_-]/", '', $this->strUser); |
|
| 279 | 279 | $strPath = str_replace('{name}', $strUser, $strPath); |
| 280 | 280 | |
| 281 | 281 | return $strPath; |