[Fusionforge-commits] FusionForge branch master updated. e0ddd0dbe0ed58dd240fc96a16b673afe8b2b6a5

Franck VILLAUME nerville at fusionforge.org
Mon Feb 24 14:47:54 CET 2014


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, master has been updated
       via  e0ddd0dbe0ed58dd240fc96a16b673afe8b2b6a5 (commit)
      from  651c07b591789afbb759ba3200f8803640d7969c (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 -----------------------------------------------------------------
commit e0ddd0dbe0ed58dd240fc96a16b673afe8b2b6a5
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Feb 24 14:47:36 2014 +0100

    softwaremap: fix url

diff --git a/src/www/softwaremap/trove_list.php b/src/www/softwaremap/trove_list.php
index 6326f73..7fc62df 100644
--- a/src/www/softwaremap/trove_list.php
+++ b/src/www/softwaremap/trove_list.php
@@ -193,7 +193,7 @@ if ( $cat === 'c' ) {
 	print "<ul>";
 	while ($row_sub = db_fetch_array($res_sub)) {
 		print "<li>";
-		echo util_make_link('/software/trove_list.php?cat=c&form_cat='.$row_sub['trove_cat_id'].$discrim_url, $row_sub['fullname']);
+		echo util_make_link('/softwaremap/trove_list.php?cat=c&form_cat='.$row_sub['trove_cat_id'].$discrim_url, $row_sub['fullname']);
 		print ' <em>(';
 		print sprintf(_('%s projects'), $row_sub['subprojects']?$row_sub['subprojects']:'0');
 		print ')</em>';

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

Summary of changes:
 src/www/softwaremap/trove_list.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list