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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-11-29 21:52:12 +0300
committerGitHub <noreply@github.com>2018-11-29 21:52:12 +0300
commitd4b86bb164d037f0a15e7d985a5f8072065b7eaa (patch)
tree76ae06e66ed185ffe17a775a6ff03d838523ee19 /core/SettingsPiwik.php
parent1cddd4d1d2f7b9614767af759952367d4fc40572 (diff)
forgot to commit this comment
Diffstat (limited to 'core/SettingsPiwik.php')
-rw-r--r--core/SettingsPiwik.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/SettingsPiwik.php b/core/SettingsPiwik.php
index dc208687e7..a51704217e 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -224,6 +224,7 @@ class SettingsPiwik
/**
* Return true if Piwik is installed (installation is done).
+ * @deprecated since Matomo 3.8.0, please use {@link isMatomoInstalled()} instead.
* @return bool
*/
public static function isPiwikInstalled()