[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1beta1-68-gb11d47c

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Jan 14 16:31:38 CET 2018


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  b11d47c84bb4d515133df85406abfbd5cc1cf281 (commit)
      from  b0621ba81c85f94b06334a6d45cbf3f388771526 (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=b11d47c84bb4d515133df85406abfbd5cc1cf281

commit b11d47c84bb4d515133df85406abfbd5cc1cf281
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Jan 14 16:31:22 2018 +0100

    missing global var

diff --git a/src/common/include/session.php b/src/common/include/session.php
index ef58373..b37b5f9 100644
--- a/src/common/include/session.php
+++ b/src/common/include/session.php
@@ -227,7 +227,7 @@ function session_check_credentials_in_database($loginname, $passwd, $allowpendin
 	return session_login_valid_dbonly($loginname, $passwd, $allowpending);
 }
 function session_login_valid_dbonly($loginname, $passwd, $allowpending) {
-	global $feedback, $userstatus;
+	global $feedback, $error_msg, $userstatus;
 
 	// Selecting by user_name/email only
 	if (forge_get_config('require_unique_email')) {

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list