summaryrefslogtreecommitdiffstats
path: root/settings/js/apps.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js/apps.js')
-rw-r--r--settings/js/apps.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 5167e18aac5..0a6e86ed701 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -803,8 +803,8 @@ OC.Settings.Apps = OC.Settings.Apps || {
if (!_.isUndefined(app.author['@attributes']['homepage'])) {
authors.push(app.author['@attributes']['homepage']);
}
- if (!_.isUndefined(app.author['@attributes']['email'])) {
- authors.push(app.author['@attributes']['email']);
+ if (!_.isUndefined(app.author['@attributes']['mail'])) {
+ authors.push(app.author['@attributes']['mail']);
}
return OC.Settings.Apps._search(authors.join(' '), query);
}