Changeset 414
- Timestamp:
- 02/09/08 16:53:53 (10 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/lib/Vee/Controller/Root.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/Controller/Root.pm
r407 r414 250 250 my ($self, $c) = @_; 251 251 252 if ($c-> {cache}{_last_performed} and253 $c-> {cache}{_last_performed} > time - 15 * 60)252 if ($c->cache->{_last_performed} and 253 $c->cache->{_last_performed} > time - 15 * 60) 254 254 { 255 255 next;
