User: sits    
  Date: 08/08/05 18:51:42

  Modified:    lib/Codestriker/TopicListeners Email.pm
  Log:
  Missed this reference to the old view_url_extended method.
  
  
  
  Index: Email.pm
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/lib/Codestriker/TopicListeners/Email.pm,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Email.pm  5 Aug 2008 10:35:34 -0000       1.28
  +++ Email.pm  6 Aug 2008 01:51:42 -0000       1.29
  @@ -432,9 +432,7 @@
     
       my $query = new CGI;
       my $url_builder = Codestriker::Http::UrlBuilder->new($query);
  -    my $topic_url = $url_builder->view_url_extended($topic->{topicid}, -1, 
  -                                                 "", "", "",
  -                                                 $query->url(), 0);
  +    my $topic_url = $url_builder->view_url(topicid => $topic);
       
       my $subject = "[REVIEW] Topic $event_name \"" . $topic->{title} . "\"";
       my $body =
  
  
  

-------------------------------------------------------------------------
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