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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/adminsettings.php')
-rw-r--r--lib/adminsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/adminsettings.php b/lib/adminsettings.php
index 61c824f..211c6ed 100644
--- a/lib/adminsettings.php
+++ b/lib/adminsettings.php
@@ -1,7 +1,7 @@
<?php
/**
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2018
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -75,7 +75,7 @@ class AdminSettings implements ISettings {
* @return string
*/
public function getSection() {
- return "server";
+ return "onlyoffice";
}
/**