Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/systemtags/templates/admin.php')
-rw-r--r--apps/systemtags/templates/admin.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php
index 27fad5bc47b..33e5f2b061d 100644
--- a/apps/systemtags/templates/admin.php
+++ b/apps/systemtags/templates/admin.php
@@ -19,9 +19,7 @@
*
*/
-script('core', [
- 'dist/systemtags',
-]);
+script('core', 'dist/systemtags');
script('systemtags', 'admin');
style('systemtags', 'settings');