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 4bacec7495a4ac9441dcd316cb81e5580309245e (commit)
from 09563dd7d692abc4f468d14373b801997f2efe2c (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=4bacec7495a4ac9441dcd316cb81e5580309245e
commit 4bacec7495a4ac9441dcd316cb81e5580309245e
Author: Franck Villaume <[email protected]>
Date: Mon Sep 12 08:47:28 2016 +0200
add missing require
diff --git a/src/common/docman/Document.class.php
b/src/common/docman/Document.class.php
index cf2cddc..a4318e0 100644
--- a/src/common/docman/Document.class.php
+++ b/src/common/docman/Document.class.php
@@ -33,6 +33,7 @@ require_once $gfcommon.'docman/DocumentGroup.class.php';
require_once $gfcommon.'docman/DocumentStorage.class.php';
require_once $gfcommon.'docman/DocumentVersion.class.php';
require_once $gfcommon.'include/MonitorElement.class.php';
+require_once $gfcommon.'include/utils_crossref.php';
$DOCUMENT_OBJ = array();
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/Document.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