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  e269f80a06c5a13aa550879b3deeffbfe9e361fc (commit)
      from  2c1371aca8a5c312f4804656a940b140a511d4d7 (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=e269f80a06c5a13aa550879b3deeffbfe9e361fc

commit e269f80a06c5a13aa550879b3deeffbfe9e361fc
Author: Franck Villaume <[email protected]>
Date:   Sun Apr 18 11:03:43 2021 +0200

    add missing include to support pinned feature

diff --git a/src/common/forum/ForumMessage.class.php 
b/src/common/forum/ForumMessage.class.php
index 06afe1e..3cb43e1 100644
--- a/src/common/forum/ForumMessage.class.php
+++ b/src/common/forum/ForumMessage.class.php
@@ -28,6 +28,7 @@
 require_once $gfcommon.'include/FFError.class.php';
 include_once $gfcommon.'include/TextSanitizer.class.php'; // for parsing the 
mail body
 include_once $gfcommon.'include/User.class.php';
+include_once $gfcommon.'forum/ForumHTML.class.php';
 
 class ForumMessage extends FFError {
 

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

Summary of changes:
 src/common/forum/ForumMessage.class.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

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

Reply via email to