We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 142aac4 + 6727f83 commit 59d3300Copy full SHA for 59d3300
1 file changed
lib/private/Preview/PreviewMigrationService.php
@@ -82,6 +82,8 @@ public function migrateFileId(int $fileId, bool $flatPath): array {
82
}
83
84
if (empty($previewFiles)) {
85
+ $this->deleteFolder($internalPath);
86
+
87
return $previews;
88
89
0 commit comments