[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1beta1-19-g6b5022c

Franck Villaume nerville at libremir.placard.fr.eu.org
Wed Dec 27 12:33:15 CET 2017


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.1 has been updated
       via  6b5022cd32562968958a8d09496e465ea983c071 (commit)
      from  8f43bf34d808a30a4089049346eebcefb47d5c3b (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=6b5022cd32562968958a8d09496e465ea983c071

commit 6b5022cd32562968958a8d09496e465ea983c071
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Dec 27 12:32:56 2017 +0100

    fix PHP warning: wrong var. project -> group

diff --git a/src/common/include/SCMPlugin.class.php b/src/common/include/SCMPlugin.class.php
index 63acfe8..3ca906a 100644
--- a/src/common/include/SCMPlugin.class.php
+++ b/src/common/include/SCMPlugin.class.php
@@ -246,7 +246,7 @@ abstract class SCMPlugin extends Plugin {
 
 	function printAdminPage($params) {
 		$group = $this->checkParams($params);
-		if (!$project) {
+		if (!$group) {
 			return;
 		}
 

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list