Merge pull request #3700 from nextcloud/stable11-3687

Use a proper date format for transfer ownership
This commit is contained in:
Joas Schilling 2017-03-06 15:31:30 +01:00 committed by GitHub
commit 5658404609
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class TransferOwnership extends Command {
return 2;
}
$date = date('c');
$date = date('Y-m-d H-i-s');
$this->finalTarget = "$this->destinationUser/files/transferred from $this->sourceUser on $date";
// setup filesystem