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-02-17 03:47:37 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-17 03:47:37 +0400
commit47d062b7dd7a307ed1769a769f3e3a5b4ae76a5d (patch)
tree714e6d07d0c7525ae1717f200f555977de521e35 /plugins/SegmentEditor
parent07305105e4c5050412be11f914d58d0e840e9912 (diff)
Fix regression in code Refs #4569
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/SegmentSelectorControl.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/SegmentSelectorControl.php b/plugins/SegmentEditor/SegmentSelectorControl.php
index bacc057e29..1b28c7d89d 100644
--- a/plugins/SegmentEditor/SegmentSelectorControl.php
+++ b/plugins/SegmentEditor/SegmentSelectorControl.php
@@ -21,6 +21,8 @@ class SegmentSelectorControl extends UIControl
{
const TEMPLATE = "@SegmentEditor/_segmentSelector";
+ protected $selectedSegment = false;
+
/**
* Constructor.
*/