User: sits    
  Date: 08/08/07 00:05:27

  Modified:    lib/Codestriker/Action ViewTopic.pm
  Log:
  Another view topic URL that needed to be fixed.
  
  
  
  Index: ViewTopic.pm
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/lib/Codestriker/Action/ViewTopic.pm,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- ViewTopic.pm      5 Aug 2008 10:35:34 -0000       1.65
  +++ ViewTopic.pm      7 Aug 2008 07:05:27 -0000       1.66
  @@ -304,8 +304,7 @@
       $vars->{'view_topicinfo_url'} =
        $url_builder->view_topicinfo_url($topic->{topicid});
       $vars->{'view_topic_url'} =
  -     ## XX mode, last param
  -     $url_builder->view_url($topic->{topicid}, -1, 0);
  +     $url_builder->view_url(topicid => $topic->{topicid});
       
       $vars->{'view_comments_url'} =
        $url_builder->view_comments_url($topic->{topicid});
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to