Changeset 182

Show
Ignore:
Timestamp:
05/27/07 23:31:22 (3 years ago)
Author:
eevee
Message:

Fixed: TM list was only working for D/P due to cache issues. (#35)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Controller/Dex.pm

    r178 r182  
    286286 
    287287    $c->stash->{template}   = 'dex/list/tms.tt'; 
    288     $c->forward('/cache'); 
     288    $c->forward('/cache', [ $c->req->params->{gen} ]); 
    289289} 
    290290