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 53bc94ab60aa68be447d46e8a4343887cf416f3b (commit)
from 4401a6e2e04f6e3b75de3951406780cdf891cdc2 (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=53bc94ab60aa68be447d46e8a4343887cf416f3b
commit 53bc94ab60aa68be447d46e8a4343887cf416f3b
Author: Franck Villaume <[email protected]>
Date: Mon Dec 19 19:55:40 2016 +0100
fix require_once
diff --git a/src/common/docman/DocumentReviewComment.class.php
b/src/common/docman/DocumentReviewComment.class.php
index c558773..3ad45e1 100644
--- a/src/common/docman/DocumentReviewComment.class.php
+++ b/src/common/docman/DocumentReviewComment.class.php
@@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-require_once $gfcommon.'/docman/DocumentReviewStorage.class.php';
+require_once $gfcommon.'docman/DocumentReviewStorage.class.php';
class DocumentReviewComment extends FFError {
/**
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/DocumentReviewComment.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