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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Settings/SystemSetting.php')
-rw-r--r--core/Settings/SystemSetting.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/Settings/SystemSetting.php b/core/Settings/SystemSetting.php
index e96f1a1fb0..50e79e11c6 100644
--- a/core/Settings/SystemSetting.php
+++ b/core/Settings/SystemSetting.php
@@ -16,6 +16,8 @@ use Piwik\Piwik;
/**
* Describes a system wide setting. Only the super user can change this type of setting and
* the value of this setting will affect all users.
+ *
+ * See {@link \Piwik\Plugin\Settings}.
*
* @package Piwik
* @subpackage Settings
@@ -38,7 +40,7 @@ class SystemSetting extends Setting
}
/**
- * Returns the display order. User settings are displayed after system settings.
+ * Returns the display order. System settings are displayed before user settings.
*
* @return int
*/