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:
authormattab <matthieu.aubry@gmail.com>2014-04-30 10:10:25 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-30 10:10:25 +0400
commit4c6b37239501349011d8d4e7320f3856afa968f7 (patch)
treef541fe03bd729fb50729feabe712bd78341e7f05 /core/SettingsServer.php
parent0891ed77d2378cd859610ec4dfdecba1c52535e3 (diff)
Updating comment to reference to ./console core:archive instead of archive.php
Diffstat (limited to 'core/SettingsServer.php')
-rw-r--r--core/SettingsServer.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/SettingsServer.php b/core/SettingsServer.php
index e666c3fa6a..ae9f6de4b6 100644
--- a/core/SettingsServer.php
+++ b/core/SettingsServer.php
@@ -16,8 +16,7 @@ namespace Piwik;
class SettingsServer
{
/**
- * Returns true if the current script execution was triggered by the cron archiving
- * script (**misc/cron/archive.php**).
+ * Returns true if the current script execution was triggered by the cron archiving script.
*
* Helpful for error handling: directly throw error without HTML (eg. when DB is down).
*