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 66f6bbdc663f6054f7a91250e913ef8264dedc6d (commit)
from 4a4c522887e13c1f49830433e9f07522d3f17d9e (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=66f6bbdc663f6054f7a91250e913ef8264dedc6d
commit 66f6bbdc663f6054f7a91250e913ef8264dedc6d
Author: Franck Villaume <[email protected]>
Date: Sun Oct 23 18:05:17 2016 +0200
fix wrong include
diff --git a/src/www/docman/d_follow.php b/src/www/docman/d_follow.php
index c4594de..a2a3b47 100644
--- a/src/www/docman/d_follow.php
+++ b/src/www/docman/d_follow.php
@@ -28,7 +28,7 @@
require_once '../env.inc.php';
require_once $gfcommon.'include/pre.php';
-require_once $gfcommon.'document/Document.class.php';
+require_once $gfcommon.'docman/Document.class.php';
$docid = getIntFromRequest('docid');
if (!$docid) {
-----------------------------------------------------------------------
Summary of changes:
src/www/docman/d_follow.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