aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-08-16 13:20:49 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-08-16 13:26:51 +0200
commite4720b605616868a5bb6698e41f42ff6246bcbdb (patch)
treefe9a4b10fe5cd0bdb6165df2579f29280338a7cc /apps/updatenotification
parent6645c014e9412c563c0baed7f3c20acaa639235d (diff)
downloadnextcloud-server-e4720b605616868a5bb6698e41f42ff6246bcbdb.tar.gz
nextcloud-server-e4720b605616868a5bb6698e41f42ff6246bcbdb.zip
and the user popover needs a higher z-index, to make it visible again
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r--apps/updatenotification/lib/Settings/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Settings/Admin.php b/apps/updatenotification/lib/Settings/Admin.php
index 897b2555ad7..54adf558224 100644
--- a/apps/updatenotification/lib/Settings/Admin.php
+++ b/apps/updatenotification/lib/Settings/Admin.php
@@ -114,7 +114,7 @@ class Admin implements ISettings {
return new TemplateResponse('updatenotification', 'admin', $params, '');
}
- protected function filterChanges(array $changes) {
+ protected function filterChanges(array $changes): array {
$filtered = [];
if(isset($changes['changelogURL'])) {
$filtered['changelogURL'] = $changes['changelogURL'];