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.1 has been updated
       via  830fa3ca9fa3e68deafb3af4dd186aba7a2cd232 (commit)
      from  7f1a3794f3b7bca542f313434fe0d81f28396c35 (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=830fa3ca9fa3e68deafb3af4dd186aba7a2cd232

commit 830fa3ca9fa3e68deafb3af4dd186aba7a2cd232
Author: Franck Villaume <[email protected]>
Date:   Wed Nov 22 09:25:43 2017 +0000

    fix captcha integration in sendmessage page

diff --git a/src/www/sendmessage.php b/src/www/sendmessage.php
index 9533a3a..b1b873b 100644
--- a/src/www/sendmessage.php
+++ b/src/www/sendmessage.php
@@ -183,7 +183,9 @@ if (isset($body)) {
 </p>
 <?php
 if (!$is_logged) {
-       plugin_hook('captcha_form');
+       $html = '';
+       plugin_hook_by_reference('captcha_form', $html);
+       echo $html;
 }
 ?>
 <p align="center">

-----------------------------------------------------------------------

Summary of changes:
 src/www/sendmessage.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to