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  93fca65a2172f279c4459b58f2e9cc99cfba0afa (commit)
      from  e7c85502276fa766a53d8335cef18c3db4c50fb6 (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=93fca65a2172f279c4459b58f2e9cc99cfba0afa

commit 93fca65a2172f279c4459b58f2e9cc99cfba0afa
Author: Franck Villaume <[email protected]>
Date:   Sat Jun 30 12:09:24 2018 +0200

    missing arg in util_gen_cross_ref call

diff --git a/src/www/forum/message.php b/src/www/forum/message.php
index c12d446..57a8130 100644
--- a/src/www/forum/message.php
+++ b/src/www/forum/message.php
@@ -137,9 +137,9 @@ if ($msg_id) {
        echo $am->PrintAttachLink($fm,$group_id,$forum_id) . '</td></tr><tr><td 
colspan="2"><br/><br />';
 
        if (strpos($fm->getBody(), '>') === false) {
-               echo util_gen_cross_ref(nl2br($fm->getBody())); //backwards 
compatibility for non html messages
+               echo util_gen_cross_ref(nl2br($fm->getBody()), $group_id); 
//backwards compatibility for non html messages
        } else {
-               echo util_gen_cross_ref($fm->getBody());
+               echo util_gen_cross_ref($fm->getBody(), $group_id);
        }
        echo '</td></tr></table>';
 

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

Summary of changes:
 src/www/forum/message.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to