@@ -130,7 +130,7 @@ |
||
130 | 130 | // should the currently created backup be deleted as well? |
131 | 131 | if ($this->deleteTarget) { |
132 | 132 | $file = $target->toFile(); |
133 | - $index = date('YmdHis', $file->getMTime()) . '-' . count($files) . '-' . $file->getPathname(); |
|
133 | + $index = date('YmdHis', $file->getMTime()).'-'.count($files).'-'.$file->getPathname(); |
|
134 | 134 | $files[$index] = $file; |
135 | 135 | } |
136 | 136 | return $files; |