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-01-18 09:28:19 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-18 09:28:19 +0300
commit03fa4f2701f2449e86001c8e91c0fddbfc68384b (patch)
treef5bd45fca8655954d5dab307f84db940dc3a536e /modules/DataTable/Renderer.php
parente48220b67e101841205e6439745cd0e328e57133 (diff)
- RSS feed works!!
- not using XMLSErializer anymore. generating XML a la mano - lots of small fixes / improvements - optimization on the archiving process - cleaned Renderers and fully testing the output - now handling date=previous10 and date=last15 for example - last10 works for days/week/month/year - fixed bug when adding a user - completed visitsSummary API -
Diffstat (limited to 'modules/DataTable/Renderer.php')
-rw-r--r--modules/DataTable/Renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/DataTable/Renderer.php b/modules/DataTable/Renderer.php
index 7a5a8d0d3d..f54bd03e90 100644
--- a/modules/DataTable/Renderer.php
+++ b/modules/DataTable/Renderer.php
@@ -74,7 +74,7 @@ abstract class Piwik_DataTable_Renderer
}
else
{
- throw new Exception("Renderer format '$name' not valid.");
+ throw new Exception("Renderer format '$name' not valid. Try 'xml' or 'json' or 'csv' or 'html' or 'php' or 'original' instead.");
}
}
}