Skip to content

Commit

Permalink
Merge pull request #3060 from LibreSign/backport/3059/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: prevent error when synchonize with windows
  • Loading branch information
vitormattos authored May 23, 2024
2 parents 1243bf0 + 8aba45c commit 78e4664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/FolderService.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function getFolderName(array $data, IUser $owner): string {
$data['settings']['separator'] = '_';
$data['settings']['folderPatterns'][] = [
'name' => 'date',
'setting' => 'Y-m-d\TH:i:s'
'setting' => 'Y-m-d\TH-i-s'
];
$data['settings']['folderPatterns'][] = [
'name' => 'name'
Expand Down

0 comments on commit 78e4664

Please sign in to comment.