Skip to content

Commit

Permalink
Merge pull request #2436 from nextcloud/backport/2435/stable-3.0
Browse files Browse the repository at this point in the history
[stable-3.0] Fix incomplete journal upgrade from 2.x to 3.x
  • Loading branch information
Kevin Ottens authored Sep 16, 2020
2 parents c3b6d3f + 0fe6f07 commit b0f67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void FolderMan::setupFoldersHelper(QSettings &settings, AccountStatePtr account,
Folder *f = addFolderInternal(folderDefinition, account.data());
f->saveToSettings();

return;
continue;
}

// Migration: ._ files sometimes don't work
Expand Down

0 comments on commit b0f67d2

Please sign in to comment.