[Fusionforge-commits] r8923 - trunk/gforge/www/include

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Wed Mar 3 21:50:37 CET 2010


Author: aljeux
Date: 2010-03-03 21:50:37 +0100 (Wed, 03 Mar 2010)
New Revision: 8923

Modified:
   trunk/gforge/www/include/project_home.php
Log:
Fix wrong link to FTP

Modified: trunk/gforge/www/include/project_home.php
===================================================================
--- trunk/gforge/www/include/project_home.php	2010-03-03 20:50:17 UTC (rev 8922)
+++ trunk/gforge/www/include/project_home.php	2010-03-03 20:50:37 UTC (rev 8923)
@@ -435,7 +435,7 @@
 		echo '<div class="public-area-box">';
 		
 		$link_content = $HTML->getFtpPic('') . '&nbsp;' . _('Anonymous FTP Space');
-        print util_make_link('ftp://' . $project->getUnixName() . '.' . $GLOBALS['sys_default_domain'] . '/pub/'. $project->getUnixName(), $link_content);
+        print util_make_link('ftp://' . $project->getUnixName() . '.' . $GLOBALS['sys_default_domain'] . '/pub/'. $project->getUnixName(), $link_content, false, true);
 		echo '</div>';
 	}
 }




More information about the Fusionforge-commits mailing list