Ignore:
Timestamp:
04/11/09 02:10:50 (15 years ago)
Author:
nanardon
Message:
  • use template for mail, adding atalyst module (#5)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/Controller/Ballot.pm

    r128 r180  
    126126} 
    127127 
     128sub end : Private { 
     129    my ($self, $c) = @_; 
     130    if ($c->res->body) { return } 
     131    else { $c->forward(qw/Vote::View::TT/) } 
     132} 
     133 
    128134=head1 AUTHOR 
    129135 
Note: See TracChangeset for help on using the changeset viewer.