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, 6.0 has been updated
via 3055890e1c12eca8fd6dcf176a8838bf0b0e349f (commit)
from 0c9d820fc72d36a640a711186ca3d25159ac8caf (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=3055890e1c12eca8fd6dcf176a8838bf0b0e349f
commit 3055890e1c12eca8fd6dcf176a8838bf0b0e349f
Author: Roland Mas <[email protected]>
Date: Tue Apr 19 09:31:22 2016 +0200
[#812] Missing global variable in report function
diff --git a/src/common/reporting/report_utils.php
b/src/common/reporting/report_utils.php
index 32d3f3c..0569326 100644
--- a/src/common/reporting/report_utils.php
+++ b/src/common/reporting/report_utils.php
@@ -1152,6 +1152,8 @@ 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 | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits