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>2013-11-18 05:05:49 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-18 05:05:49 +0400
commit884e22d596b4b5be15fc6e33bb2403f021bfeb58 (patch)
tree9ad43b6828765571366f27a8e65114db643fa311 /core/Archive.php
parentba372fe35080bc758c43a0ffdf83cb5d5dec16ce (diff)
Refactor const to highlight their coupling #4278
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 1f9d571fb8..f1627a8eb1 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -712,7 +712,7 @@ class Archive
* whether archiving should be launched based on whether $this->idarchives has a
* an entry for a specific 'done' flag.
*
- * If this function is not called, then periods with no visits will not add
+ * If this function is not called, then periods with no visits will not add
* entries to the cache. If the archive is used again, SQL will be executed to
* try and find the archive IDs even though we know there are none.
*/