summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Settings/Personal.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/Settings/Personal.php')
-rw-r--r--apps/theming/lib/Settings/Personal.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/lib/Settings/Personal.php b/apps/theming/lib/Settings/Personal.php
index 7ba4da15191..5b0dc742574 100644
--- a/apps/theming/lib/Settings/Personal.php
+++ b/apps/theming/lib/Settings/Personal.php
@@ -77,7 +77,8 @@ class Personal implements ISettings {
$this->initialStateService->provideInitialState('themes', array_values($themes));
$this->initialStateService->provideInitialState('enforceTheme', $enforcedTheme);
$this->initialStateService->provideInitialState('isUserThemingDisabled', $this->themingDefaults->isUserThemingDisabled());
- Util::addScript($this->appName, 'theming-settings');
+
+ Util::addScript($this->appName, 'personal-theming');
return new TemplateResponse($this->appName, 'settings-personal');
}