[Fusionforge-commits] FusionForge branch Branch_5_3 updated. a8093615fbf7005508b7d5d944ad374c538ca814

Franck VILLAUME nerville at fusionforge.org
Sun Feb 9 13:32:03 CET 2014


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_3 has been updated
       via  a8093615fbf7005508b7d5d944ad374c538ca814 (commit)
      from  15eeff5d872304166e06bbb010b8ad36600d7248 (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 a8093615fbf7005508b7d5d944ad374c538ca814
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Feb 9 13:31:10 2014 +0100

    frs: fix upload check

diff --git a/src/www/frs/admin/editrelease.php b/src/www/frs/admin/editrelease.php
index 4be2641..c30f3e5 100644
--- a/src/www/frs/admin/editrelease.php
+++ b/src/www/frs/admin/editrelease.php
@@ -152,7 +152,8 @@ if (getStringFromRequest('step2')) {
 
 	$ret = frs_add_file_from_form ($frsr, $type_id, $processor_id, $release_date,
 				       $userfile, $ftp_filename, $manual_filename) ;
-	if ($ret == true) {
+
+	if ($ret === true) {
 		$feedback = _('File Released') ;
 	} else {
 		$error_msg .= $ret ;

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

Summary of changes:
 src/www/frs/admin/editrelease.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list