This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 897d83348a1ae7215cbd8b9dff02b99757cb6494 (commit)
from b7d92682e98a780ffc5fc401c3ea24b81e4d3a9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=897d83348a1ae7215cbd8b9dff02b99757cb6494
commit 897d83348a1ae7215cbd8b9dff02b99757cb6494
Author: Franck Villaume <[email protected]>
Date: Thu Mar 24 18:06:47 2016 +0100
report: missing global var
diff --git a/src/common/reporting/report_utils.php
b/src/common/reporting/report_utils.php
index f8093ac..ca0d5f2 100644
--- a/src/common/reporting/report_utils.php
+++ b/src/common/reporting/report_utils.php
@@ -1151,6 +1151,7 @@ function report_sitetimebargraph($start, $end) {
}
function report_pm_hbar($id, $values, $ticks, $labels, $stackSeries = false) {
+ global $HTML;
$yMax = 0;
echo '<script type="text/javascript">//<![CDATA['."\n";
echo 'var plot'.$id.';';
-----------------------------------------------------------------------
Summary of changes:
src/common/reporting/report_utils.php | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits