[vhffs-dev] [1135] fixed the bug reported by peleg (wrong link to svnweb)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1135
Author:   gradator
Date:     2008-01-20 06:33:07 +0000 (Sun, 20 Jan 2008)

Log Message:
-----------
fixed the bug reported by peleg (wrong link to svnweb)

Modified Paths:
--------------
    trunk/vhffs-public/group.pl


Modified: trunk/vhffs-public/group.pl
===================================================================
--- trunk/vhffs-public/group.pl	2008-01-20 05:22:58 UTC (rev 1134)
+++ trunk/vhffs-public/group.pl	2008-01-20 06:33:07 UTC (rev 1135)
@@ -108,7 +108,7 @@
 
     if( $vhffs->get_config->get_service_availability('svn') == 1 ) {
         use Vhffs::Panel::Svn;
-        $template->param( WEBSVN => $vhffs->get_config->get_service('cvs')->{'svnweb_url'} );
+        $template->param( WEBSVN => $vhffs->get_config->get_service('svn')->{'svnweb_url'} );
         $template->param( SVNREPOS => Vhffs::Panel::Svn::get_repos_per_group($vhffs, $group->get_gid) );
     }
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/