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  c974c9819ffe06b61fc8ccb7b666e9ccdc59c382 (commit)
      from  4f3ecb97f1a748c76f6d2ac9cda9fa0d2321ce9f (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=c974c9819ffe06b61fc8ccb7b666e9ccdc59c382

commit c974c9819ffe06b61fc8ccb7b666e9ccdc59c382
Author: Franck Villaume <[email protected]>
Date:   Sat May 1 16:20:15 2021 +0200

    fix PHP syntax

diff --git a/src/common/forum/ForumMessage.class.php 
b/src/common/forum/ForumMessage.class.php
index 394cb54..c7f5e38 100644
--- a/src/common/forum/ForumMessage.class.php
+++ b/src/common/forum/ForumMessage.class.php
@@ -75,7 +75,7 @@ class ForumMessage extends FFError {
                        } else {
                                $this->awaits_moderation = false;
                                if (!$arr || !is_array($arr)) {
-                                       $this->fetchData($msg_id))
+                                       $this->fetchData($msg_id);
                                } else {
                                        $this->data_array =& $arr;
                                        //

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

Summary of changes:
 src/common/forum/ForumMessage.class.php | 2 +-
 1 file changed, 1 insertion(+), 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