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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-21 04:34:43 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-21 04:34:43 +0400
commit036dee939645c52c126adbbb6d8c23883297d514 (patch)
treebda72b0002f7e8c05ed7388ecda40650cd38e616
parent144869098285943941b63142ab2960e12bedbb3c (diff)
fix #298 ("Non-static method Piwik_Visualization_OpenFlashChart::esc() should not be called statically, assuming $this from incompatible context")
-rw-r--r--modules/Visualization/OpenFlashChart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Visualization/OpenFlashChart.php b/modules/Visualization/OpenFlashChart.php
index c4d7d986b3..41255e6373 100644
--- a/modules/Visualization/OpenFlashChart.php
+++ b/modules/Visualization/OpenFlashChart.php
@@ -180,7 +180,7 @@ abstract class Piwik_Visualization_OpenFlashChart implements Piwik_iView
}
// escape commas (,)
- function esc( $text )
+ static function esc( $text )
{
// we replace the comma so it is not URL escaped
// if it is, flash just thinks it is a comma