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:
authormattpiwik <matthieu.aubry@gmail.com>2009-03-02 03:57:54 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-03-02 03:57:54 +0300
commita60f61cf7114afdc6ac749aef1cc52f4d1dde15c (patch)
tree34fb7db8539bc94ffb86a49954a76efa7f530b45 /plugins/ExampleRssWidget
parentbf67d08d7e581714aeaa26eb84abbc7a3559f5bc (diff)
- fix #561 (Piwik_DataTable_Renderer doesn't use the Piwik_API_Request $request parms)
refactored and added public method to set all customizations on the Renderer + updating tests git-svn-id: http://dev.piwik.org/svn/trunk@944 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleRssWidget')
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index 43c11691e9..f4ff454684 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -58,5 +58,5 @@ class Piwik_ExampleRssWidget_Controller extends Piwik_Controller
}
echo '</ul></div>';
}
-
}
+