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@gmail.com>2015-11-26 01:40:00 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-26 01:40:00 +0300
commit6b9f2b2a6dc5842eff50f5a220b6e86b4f40edbe (patch)
tree8deb8bdb291c0f2fae5a4fd82ddcf4f8036647b6 /core/Columns
parent05d642a3380f820be7822521ba195da430fe4603 (diff)
fix custom dimension reports shown an error when trying to detect if it supports pivot
Diffstat (limited to 'core/Columns')
-rw-r--r--core/Columns/Dimension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Columns/Dimension.php b/core/Columns/Dimension.php
index c4895371ad..c89ae637a5 100644
--- a/core/Columns/Dimension.php
+++ b/core/Columns/Dimension.php
@@ -149,7 +149,7 @@ abstract class Dimension
* This would only happen if the dimension is located in the wrong directory.
* @api
*/
- final public function getId()
+ public function getId()
{
$className = get_class($this);