[Fusionforge-commits] r9125 - in branches/Branch_5_0/gforge/plugins: scmgit/common scmhg/common

Roland Mas lolando at libremir.placard.fr.eu.org
Wed Mar 17 17:03:25 CET 2010


Author: lolando
Date: 2010-03-17 17:03:24 +0100 (Wed, 17 Mar 2010)
New Revision: 9125

Modified:
   branches/Branch_5_0/gforge/plugins/scmgit/common/GitPlugin.class.php
   branches/Branch_5_0/gforge/plugins/scmhg/common/HgPlugin.class.php
Log:
Use correct name for function

Modified: branches/Branch_5_0/gforge/plugins/scmgit/common/GitPlugin.class.php
===================================================================
--- branches/Branch_5_0/gforge/plugins/scmgit/common/GitPlugin.class.php	2010-03-17 14:10:59 UTC (rev 9124)
+++ branches/Branch_5_0/gforge/plugins/scmgit/common/GitPlugin.class.php	2010-03-17 16:03:24 UTC (rev 9125)
@@ -83,7 +83,7 @@
 	}
 
 	function getInstructionsForRW ($project) {
-		if (session_logged_in()) {
+		if (session_loggedin()) {
 			$u =& user_get_object(user_getid()) ;
 			$d = $u->getUnixName() ;
 			$b = _('<p><b>Developer GIT Access via SSH</b></p><p>Only project developers can access the GIT tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.</p>');

Modified: branches/Branch_5_0/gforge/plugins/scmhg/common/HgPlugin.class.php
===================================================================
--- branches/Branch_5_0/gforge/plugins/scmhg/common/HgPlugin.class.php	2010-03-17 14:10:59 UTC (rev 9124)
+++ branches/Branch_5_0/gforge/plugins/scmhg/common/HgPlugin.class.php	2010-03-17 16:03:24 UTC (rev 9125)
@@ -58,7 +58,7 @@
 	}
 
 	function getInstructionsForRW ($project) {
-		if (session_logged_in()) {
+		if (session_loggedin()) {
 			$u =& user_get_object(user_getid()) ;
 			$d = $u->getUnixName() ;
 			$b = _('<p><b>Developer Mercurial Access via SSH</b></p><p>Only project developers can access the Mercurial tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.</p>');




More information about the Fusionforge-commits mailing list