aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-16 17:14:53 +0100
committerGitHub <noreply@github.com>2016-12-16 17:14:53 +0100
commitb0c1460a1d7d71cb752637b42154cd515c2b489e (patch)
treeeebdfc210a571cb08a9cc5f5b93237cd5a42c5b2 /settings
parentf86f4eb98d1c30ee575997c47d4ada9fd2190270 (diff)
parent245501fb0c2aedd7b332a1c6978dac604992069c (diff)
downloadnextcloud-server-b0c1460a1d7d71cb752637b42154cd515c2b489e.tar.gz
nextcloud-server-b0c1460a1d7d71cb752637b42154cd515c2b489e.zip
Merge pull request #2707 from nextcloud/clear_appstore_cache_on_upgrade
Clear appstore cache on version upgrade
Diffstat (limited to 'settings')
-rw-r--r--settings/Application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/Application.php b/settings/Application.php
index d907cd666fb..44747c2f681 100644
--- a/settings/Application.php
+++ b/settings/Application.php
@@ -106,7 +106,8 @@ class Application extends App {
return new CategoryFetcher(
$server->getAppDataDir('appstore'),
$server->getHTTPClientService(),
- $server->query(TimeFactory::class)
+ $server->query(TimeFactory::class),
+ $server->getConfig()
);
});
}