[Codestriker-commits] CVS update: codestriker/lib/Codestriker/Action ViewTopic.pm
Brought to you by:
sits
|
From: <si...@us...> - 2008-08-07 07:05:29
|
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});
|