@@ -211,7 +211,7 @@ |
||
| 211 | 211 | if (!empty($directory)) { |
| 212 | 212 | foreach ($directory as $item) { |
| 213 | 213 | if (pathinfo($item)["filename"] === pathinfo($file)["filename"]) { |
| 214 | - $name = $this->dataFile($file)->filename . "-" . (string)time(); |
|
| 214 | + $name = $this->dataFile($file)->filename . "-" . (string) time(); |
|
| 215 | 215 | } |
| 216 | 216 | } |
| 217 | 217 | } |