diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-06-06 18:05:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 18:05:04 +0200 |
commit | b49f8e43bd9077ec79547a67a09e33981713b697 (patch) | |
tree | bdece8f300cb15157ee6c4ca143836aa18517f0b /lib/private/App/AppManager.php | |
parent | 55d0f355766da0896882268db8b291ada2bbd2b9 (diff) | |
parent | bf03d43c2f65feffe96c60000a4d127411080762 (diff) | |
download | nextcloud-server-b49f8e43bd9077ec79547a67a09e33981713b697.tar.gz nextcloud-server-b49f8e43bd9077ec79547a67a09e33981713b697.zip |
Merge pull request #9565 from nextcloud/feature/noid/app-settings
Migrate apps management to Vue.js
Diffstat (limited to 'lib/private/App/AppManager.php')
-rw-r--r-- | lib/private/App/AppManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index 4d0859b1988..94addb2b785 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -323,6 +323,7 @@ class AppManager implements IAppManager { public function clearAppsCache() { $settingsMemCache = $this->memCacheFactory->createDistributed('settings'); $settingsMemCache->clear('listApps'); + $this->appInfos = []; } /** |