@@ -66,7 +66,7 @@ |
||
66 | 66 | $trunk = str_replace(['/', '.'], '', $trunk); |
67 | 67 | |
68 | 68 | if (strlen($trunk) > 0) { |
69 | - $path = path($this->trunksPath, $trunk . '.txt'); |
|
69 | + $path = path($this->trunksPath, $trunk . '.txt'); |
|
70 | 70 | |
71 | 71 | if ( ! file_exists($path)) { |
72 | 72 | file_create($path); |