[Fusionforge-commits] r10724 - trunk/src/www/my

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Sun Sep 26 18:49:30 CEST 2010


Author: nerville
Date: 2010-09-26 18:49:30 +0200 (Sun, 26 Sep 2010)
New Revision: 10724

Modified:
   trunk/src/www/my/dashboard.php
Log:
really fix rename group -> project

Modified: trunk/src/www/my/dashboard.php
===================================================================
--- trunk/src/www/my/dashboard.php	2010-09-26 16:45:46 UTC (rev 10723)
+++ trunk/src/www/my/dashboard.php	2010-09-26 16:49:30 UTC (rev 10724)
@@ -100,7 +100,7 @@
 	                                //
         	                        //      Create the ArtifactType object
                 	                //
-                        	        $ath = new ArtifactTypeHtml($group,$at->getID());
+                        	        $ath = new ArtifactTypeHtml($p,$at->getID());
 	                                // create artifact object, setup object
         	                        $af = new ArtifactFactory($ath);
                 	                $af->setup(0,"priority","DESC",0,"",0,1,null);




More information about the Fusionforge-commits mailing list