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 b716819e77e1905f1358c6f29684368613e2911b (commit)
from 60dd0168e03a664876fdea037c4a21e547e5d2d0 (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=b716819e77e1905f1358c6f29684368613e2911b
commit b716819e77e1905f1358c6f29684368613e2911b
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Mar 20 17:05:38 2017 +0100
Declare $html_autoclose_stack, $html_autoclose_pos as global
diff --git a/src/www/include/html.php b/src/www/include/html.php
index 4eb0a7e..10c476c 100644
--- a/src/www/include/html.php
+++ b/src/www/include/html.php
@@ -1432,6 +1432,8 @@ function html_e($name, $attrs = array(), $content = "",
$shortform = true, $inde
return $rv;
}
+global $html_autoclose_stack, $html_autoclose_pos;
+
$html_autoclose_stack = array();
$html_autoclose_pos = 0;
-----------------------------------------------------------------------
Summary of changes:
src/www/include/html.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