[Fusionforge-commits] r15362 - branches/Branch_5_2/src/www/scm
Julien HEYMAN
jheyman at fusionforge.org
Fri Apr 20 15:23:10 CEST 2012
Author: jheyman
Date: 2012-04-20 15:23:06 +0200 (Fri, 20 Apr 2012)
New Revision: 15362
Modified:
branches/Branch_5_2/src/www/scm/viewvc.php
Log:
Fix missing projet name tab in viewvc
Modified: branches/Branch_5_2/src/www/scm/viewvc.php
===================================================================
--- branches/Branch_5_2/src/www/scm/viewvc.php 2012-04-20 13:19:00 UTC (rev 15361)
+++ branches/Branch_5_2/src/www/scm/viewvc.php 2012-04-20 13:23:06 UTC (rev 15362)
@@ -120,6 +120,10 @@
$repos_type = 'svn';
}
+ // HACK : getSiteMenu in Navigation.class.php use GLOBAL['group_id']
+ // to fix missing projet name tab
+ $group_id = $Group->getID();
+
$content = viewcvs_execute($unix_name, $repos_type);
}
More information about the Fusionforge-commits
mailing list