[Fusionforge-commits] FusionForge branch master updated. 635e1ef909affeab836b67f640ffc787e2d28f18

Franck Villaume nerville at fusionforge.org
Thu Oct 9 15:06:27 CEST 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, master has been updated
       via  635e1ef909affeab836b67f640ffc787e2d28f18 (commit)
      from  516ef56d3ba588515e5214e6295e5b52710a0e93 (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 635e1ef909affeab836b67f640ffc787e2d28f18
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Oct 9 15:04:09 2014 +0200

    FRS: remove useless param

diff --git a/src/common/frs/FRSPackage.class.php b/src/common/frs/FRSPackage.class.php
index 27d4f32..4fa0113 100644
--- a/src/common/frs/FRSPackage.class.php
+++ b/src/common/frs/FRSPackage.class.php
@@ -566,7 +566,7 @@ class FRSPackage extends Error {
 		return $this->getFileName().'-'.$frsr->getName().'.zip';
 	}
 
-	public function getNewestReleaseZipName($release) {
+	public function getNewestReleaseZipName() {
 		return $this->getFileName().'-latest.zip';
 	}
 

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list