- Timestamp:
- 05/07/08 16:39:30 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
r8078 r9523 87 87 88 88 return Apache2::Const::NOT_FOUND unless $handler and $type and $format and $key; 89 return $res if defined($res = $AC->serve_from_cache($type, $format, $key));90 return Apache2::Const::NOT_FOUND unless $AC->lookups_enabled;91 89 92 90 my $err; … … 95 93 96 94 return Apache2::Const::NOT_FOUND unless $handler->can($method); 95 return $res if defined($res = $AC->serve_from_cache($type, $format, $key)); 96 return Apache2::Const::NOT_FOUND unless $AC->lookups_enabled; 97 97 98 98 try {
