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 adab26fa98c3a3444060ffa3743f75627ebfd38b (commit)
from 95e7add065e5e8fc83e996bae5876c597d80b476 (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=adab26fa98c3a3444060ffa3743f75627ebfd38b
commit adab26fa98c3a3444060ffa3743f75627ebfd38b
Author: Franck Villaume <[email protected]>
Date: Mon Apr 17 18:44:13 2017 +0200
remove trailing slash
diff --git a/src/common/docman/DocumentReviewStorage.class.php
b/src/common/docman/DocumentReviewStorage.class.php
index 2b97067..4a148d9 100644
--- a/src/common/docman/DocumentReviewStorage.class.php
+++ b/src/common/docman/DocumentReviewStorage.class.php
@@ -56,6 +56,6 @@ class DocumentReviewStorage extends Storage {
}
function get_storage_path() {
- return forge_get_config('data_path').'/docman/review/';
+ return forge_get_config('data_path').'/docman/review';
}
}
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/DocumentReviewStorage.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