summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-12 10:23:00 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-12 10:26:53 +0200
commit62667914a0fb679f2a300934867ca24fbe6d44b6 (patch)
treed5131af12a0cac40054619667a32e6c25fd52bfd /settings/templates
parentcc78e17d5f50d734c3db71ff13589bd7ff4376bc (diff)
downloadnextcloud-server-62667914a0fb679f2a300934867ca24fbe6d44b6.tar.gz
nextcloud-server-62667914a0fb679f2a300934867ca24fbe6d44b6.zip
Copyright fix, changed vue settings output name and fixes template name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings-vue.php (renamed from settings/templates/settings.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings.php b/settings/templates/settings-vue.php
index 2314604111a..d9c74c4bd86 100644
--- a/settings/templates/settings.php
+++ b/settings/templates/settings-vue.php
@@ -14,7 +14,7 @@
*
*/
-script('settings', 'main');
+script('settings', 'settings-vue');
style('settings', 'settings');
// Did we have some data to inject ?