User: sits    
  Date: 08/06/23 15:40:18

  Modified:    lib/Codestriker/Action ListTopics.pm
  Log:
  Make sure the URL to the topic is set correctly.
  
  
  
  Index: ListTopics.pm
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/lib/Codestriker/Action/ListTopics.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- ListTopics.pm     20 Jun 2008 04:27:15 -0000      1.32
  +++ ListTopics.pm     23 Jun 2008 22:40:18 -0000      1.33
  @@ -133,8 +133,7 @@
        my $template_topic = {};
   
        $template_topic->{'view_topic_url'} = 
  -         $url_builder->view_url($topic->{topicid}, -1, $mode,
  -                                $Codestriker::default_topic_br_mode);
  +         $url_builder->view_url($topic->{topicid}, -1, $mode);
           
        $template_topic->{'description'} = $topic->{description};
   
  
  
  

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to