summaryrefslogtreecommitdiff
path: root/desktop/source/app/check_ext_deps.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/check_ext_deps.cxx')
-rw-r--r--desktop/source/app/check_ext_deps.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx
index a6221a9d8efd..fcb2573776e2 100644
--- a/desktop/source/app/check_ext_deps.cxx
+++ b/desktop/source/app/check_ext_deps.cxx
@@ -433,7 +433,7 @@ void Desktop::SynchronizeExtensionRepositories()
} else {
// reinstallDeployedExtensions above already calls syncRepositories
// internally:
- dp_misc::syncRepositories(m_bCleanedExtensionCache, silent);
+ dp_misc::syncRepositories(false, silent);
}
}