[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 941cce3ae3f0258144857cc4a3d433b0595155a7

Roland Mas lolando at fusionforge.org
Wed Jul 10 11:34:04 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  941cce3ae3f0258144857cc4a3d433b0595155a7 (commit)
      from  4953d7cc53248c756fd729a2c3231ecee2260622 (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 941cce3ae3f0258144857cc4a3d433b0595155a7
Author: Roland Mas <lolando at debian.org>
Date:   Wed Jul 10 11:33:53 2013 +0200

    Fixed PHP warning

diff --git a/src/plugins/scmcvs/common/CVSPlugin.class.php b/src/plugins/scmcvs/common/CVSPlugin.class.php
index e6df9cb..6496c22 100644
--- a/src/plugins/scmcvs/common/CVSPlugin.class.php
+++ b/src/plugins/scmcvs/common/CVSPlugin.class.php
@@ -304,7 +304,7 @@ class CVSPlugin extends SCMPlugin {
 				return false ;
 			}
 
-			$hist_file =& fopen( $hist_file_path, 'r' );
+			$hist_file = fopen( $hist_file_path, 'r' );
 			if ( ! $hist_file ) {
 				echo "Unreadable history\n" ;
 				db_rollback () ;

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

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