Changeset 9525 for trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
- Timestamp:
- 05/07/08 16:40:13 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent.pm
r8079 r9525 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 {
