[Fusionforge-commits] FusionForge branch 6.0 updated. 6.0.4-46-g13cca82

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Dec 6 09:52:45 CET 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, 6.0 has been updated
       via  13cca82afd4ae53cb4a493d022f811588b801300 (commit)
      from  d5bab9061182a965e1c92689a3c94be9a3bcdabb (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=13cca82afd4ae53cb4a493d022f811588b801300

commit 13cca82afd4ae53cb4a493d022f811588b801300
Author: Roland Mas <lolando at debian.org>
Date:   Tue Dec 6 09:52:26 2016 +0100

    Fixed call to parent class constructor

diff --git a/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php b/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
index 6720630..f432bec 100644
--- a/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
+++ b/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
@@ -384,7 +384,7 @@ class ContribTrackerLegalStructure extends FFError {
 	var $data_array ;
 
 	function ContribTrackerLegalStructure ($id=false) {
-		$this->Error () ;
+		$this->FFError () ;
 		if (!$id) {
 			return true ;
 		}
@@ -488,7 +488,7 @@ class ContribTrackerActor extends FFError {
 	var $data_array ;
 
 	function ContribTrackerActor ($id=false) {
-		$this->Error () ;
+		$this->FFError () ;
 		if (!$id) {
 			return true ;
 		}
@@ -625,7 +625,7 @@ class ContribTrackerContribution extends FFError {
 	var $data_array ;
 
 	function ContribTrackerContribution ($id=false) {
-		$this->Error () ;
+		$this->FFError () ;
 		if (!$id) {
 			return true ;
 		}
@@ -762,7 +762,7 @@ class ContribTrackerParticipation extends FFError {
 	var $data_array ;
 
 	function ContribTrackerParticipation ($id=false) {
-		$this->Error () ;
+		$this->FFError () ;
 		if (!$id) {
 			return true ;
 		}

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

Summary of changes:
 src/plugins/contribtracker/common/ContribTrackerPlugin.class.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list