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:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-03 17:06:05 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-03 17:06:05 +0400
commit6a096dce21cc24efd9b30f3d325128a86562a100 (patch)
treedef7ea58f169ca77157e315536bebf539fec83dc /modules/DataTable/Renderer.php
parent64e558a5d775b96eea7fb8c519e15b8ba0d3d009 (diff)
A lot of new stuff, AJAX administration, Login Controller, jquery integration, quickform, ...
Diffstat (limited to 'modules/DataTable/Renderer.php')
-rw-r--r--modules/DataTable/Renderer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/DataTable/Renderer.php b/modules/DataTable/Renderer.php
index 4e921d2386..446e341466 100644
--- a/modules/DataTable/Renderer.php
+++ b/modules/DataTable/Renderer.php
@@ -46,6 +46,7 @@ abstract class Piwik_DataTable_Renderer
* Returns the DataTable associated to the output format $name
* @exception If the renderer is unknown
*/
+ //TODO make a generic code here
static public function factory( $name )
{
$name = strtolower($name);