[Fusionforge-commits] FusionForge branch master updated. 6.0.4-534-ge3a1fb6

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Fri Jun 17 11:30:22 CEST 2016


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  e3a1fb6ef7177365325235d6baf3c2416b242e60 (commit)
      from  170ae69ba81b331f5632671855eeb6c42415add6 (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=e3a1fb6ef7177365325235d6baf3c2416b242e60

commit e3a1fb6ef7177365325235d6baf3c2416b242e60
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Fri Jun 17 11:30:16 2016 +0200

    No public needed for function __construct

diff --git a/src/plugins/projectimport/common/UploadedFiles.class.php b/src/plugins/projectimport/common/UploadedFiles.class.php
index 31d7a36..784ecb2 100644
--- a/src/plugins/projectimport/common/UploadedFiles.class.php
+++ b/src/plugins/projectimport/common/UploadedFiles.class.php
@@ -63,11 +63,10 @@ class AbstractFilesDirectory extends FFError {
 		return self::$finfo;
 	}
 	/**
-	 * Constructor
 	 * @param HTML generator $HTML
 	 * @param string $storage_base path to the storage directory (if omitted, uses a temprary dir in /tmp)
 	 */
-	public function AbstractFilesDirectory($HTML, $storage_base=False) {
+	function __construct($HTML, $storage_base=False) {
 
 		$this->html_generator = $HTML;
 

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

Summary of changes:
 src/plugins/projectimport/common/UploadedFiles.class.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list