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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-07 01:12:09 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-07 01:12:09 +0400
commit4521a82ac4368ca895f98cc8dbb8fa051fbf954d (patch)
tree449ee996533306412da470a8f68fa363a0b73cef /plugins/ExampleUI
parentfeb3caa14855d5d718de2efd2d43b7898cc7a9de (diff)
refs [1278]
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Controller.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index e62927be17..dfed5f5310 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -31,7 +31,6 @@ class Piwik_ExampleUI_Controller extends Piwik_Controller
function evolutionGraph()
{
- ob_start();
echo "<h2>Evolution of server temperatures over the last few days</h2>";
$this->echoEvolutionGraph();
}
@@ -70,7 +69,6 @@ class Piwik_ExampleUI_Controller extends Piwik_Controller
function tagClouds()
{
- ob_start();
echo "<h2>Simple tag cloud</h2>";
$this->echoSimpleTagClouds();
@@ -124,7 +122,6 @@ class Piwik_ExampleUI_Controller extends Piwik_Controller
function misc()
{
- ob_start();
echo "<h2>Evolution graph filtered to Google and Yahoo!</h2>";
$this->echoDataTableSearchEnginesFiltered();
}