[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 665d1d2f787570c4e685120046a7a6a103d274dc

Roland Mas lolando at fusionforge.org
Fri Jun 14 10:22:22 CEST 2013


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, Branch_5_2 has been updated
       via  665d1d2f787570c4e685120046a7a6a103d274dc (commit)
      from  490f21c894f89b4cfacf596503bcd6f55646042f (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 -----------------------------------------------------------------
commit 665d1d2f787570c4e685120046a7a6a103d274dc
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jun 14 10:09:27 2013 +0200

    Fixed PHP warning

diff --git a/src/plugins/scmcvs/common/CVSPlugin.class.php b/src/plugins/scmcvs/common/CVSPlugin.class.php
index 21c9928..e6df9cb 100644
--- a/src/plugins/scmcvs/common/CVSPlugin.class.php
+++ b/src/plugins/scmcvs/common/CVSPlugin.class.php
@@ -218,7 +218,7 @@ class CVSPlugin extends SCMPlugin {
 		}
 
 		if (!$repo_exists) {
-			if (!mkdir($repo, 0700)) {
+			if (!@mkdir($repo, 0700)) {
 				return false;
 			}
 			$ret = 0;

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmcvs/common/CVSPlugin.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list