summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Settings/Admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/Settings/Admin.php')
-rw-r--r--apps/theming/lib/Settings/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php
index 9bd92a47c1f..dc5d9a2a6a4 100644
--- a/apps/theming/lib/Settings/Admin.php
+++ b/apps/theming/lib/Settings/Admin.php
@@ -64,7 +64,7 @@ class Admin implements IDelegatedSettings {
$errorMessage = $this->l->t('You are already using a custom theme. Theming app settings might be overwritten by that.');
}
- $allowedMimeTypes = array_reduce(ThemingController::VALID_UPLOAD_KEYS, function($carry, $key) {
+ $allowedMimeTypes = array_reduce(ThemingController::VALID_UPLOAD_KEYS, function ($carry, $key) {
$carry[$key] = $this->imageManager->getSupportedUploadImageFormats($key);
return $carry;
}, []);