[Codestriker-commits] CVS update: codestriker/lib/Codestriker/Action ListTopics.pm
Brought to you by:
sits
|
From: <si...@us...> - 2008-06-23 22:40:19
|
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};
|