aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/template_lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/reports/template_lib.php')
-rw-r--r--en/about/reports/template_lib.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/en/about/reports/template_lib.php b/en/about/reports/template_lib.php
index 1d6911548..e2f749e50 100644
--- a/en/about/reports/template_lib.php
+++ b/en/about/reports/template_lib.php
@@ -68,10 +68,8 @@ H;
*
* @return array('html' => string, 'data' => mixed)
*/
-function get_revenues($v)
+function get_revenues($v, $_months)
{
- global $_months;
-
$html = '<div id="income-pie"></div>';
$html .= '<table class="fr-table">';