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 cc5032410a56088fab6ee41c241cfbd0981f268c (commit)
from 91c392032a090093c53ad9c6a30807e33273e35b (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=cc5032410a56088fab6ee41c241cfbd0981f268c
commit cc5032410a56088fab6ee41c241cfbd0981f268c
Author: Franck Villaume <[email protected]>
Date: Wed Oct 11 21:24:24 2017 +0200
fix PHP syntax
diff --git a/src/common/forum/ForumFactory.class.php
b/src/common/forum/ForumFactory.class.php
index 9fd9478..7939c71 100644
--- a/src/common/forum/ForumFactory.class.php
+++ b/src/common/forum/ForumFactory.class.php
@@ -5,6 +5,7 @@
* Copyright 1999-2000, Tim Perdue/Sourceforge
* Copyright 2002, Tim Perdue/GForge, LLC
* Copyright 2009, Roland Mas
+ * Copyright 2017, Franck Villaume - TrivialDev
*
* This file is part of FusionForge. FusionForge is free software;
* you can redistribute it and/or modify it under the terms of the
@@ -150,7 +151,7 @@ class ForumFactory extends FFError {
$this->forums = false;
}
- if (isset($result))
+ if (isset($result)) {
if (!$result) {
$this->setError(db_error());
$this->forums = false;
-----------------------------------------------------------------------
Summary of changes:
src/common/forum/ForumFactory.class.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits