aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--apps/settings/src/components/AppList.vue2
2 files changed, 1 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 63debb040ac..d6c8f3f6f00 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -314,7 +314,6 @@
- Max <max@nextcloud.com>
- Max Kovalenko <mxss1998@yandex.ru>
- Max Kunzelmann <maxdev@posteo.de>
- - Max Schmit <maxschm@hotmail.com>
- Maxence Lange <maxence@artificial-owl.com>
- Maxence Lange <maxence@nextcloud.com>
- Maxence Lange <maxence@pontapreta.net>
diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue
index 860b9e13317..8d874982e0d 100644
--- a/apps/settings/src/components/AppList.vue
+++ b/apps/settings/src/components/AppList.vue
@@ -326,7 +326,7 @@ export default {
this.apps
.filter(app => app.update)
.map((app) => limit(() => {
- app.update(app.id)
+ this.update(app.id)
}))
},
},