Changeset 414

Show
Ignore:
Timestamp:
02/09/08 16:53:53 (10 months ago)
Author:
eevee
Message:

Oh fuck. Timeout was not working. My bad. (#178)

Files:
1 modified

Legend:

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

    r407 r414  
    250250    my ($self, $c) = @_; 
    251251 
    252     if ($c->{cache}{_last_performed} and 
    253         $c->{cache}{_last_performed} > time - 15 * 60) 
     252    if ($c->cache->{_last_performed} and 
     253        $c->cache->{_last_performed} > time - 15 * 60) 
    254254    { 
    255255        next;