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 <thomas.steur@googlemail.com>2014-06-19 01:45:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-19 01:45:57 +0400
commite450ec5a097625bf15da91376e8f81a0977c5a5e (patch)
tree5dc7ac79e559064ffe526361a1ae56993935f46d /core/Plugin/Segment.php
parent9bf2d1ca455d4929ef015f7805f44cb70d2cb7bd (diff)
automatically render a single report if possible. Not sure about this yet. handling all this menu stuff makes sense and it does not...
Diffstat (limited to 'core/Plugin/Segment.php')
-rw-r--r--core/Plugin/Segment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/Segment.php b/core/Plugin/Segment.php
index 470958cf2a..4169d1453c 100644
--- a/core/Plugin/Segment.php
+++ b/core/Plugin/Segment.php
@@ -10,7 +10,7 @@ namespace Piwik\Plugin;
/**
* @api
- * @since 2.4.0
+ * @since 2.5.0
*/
class Segment
{