From 5ac209d675cdeed8b34b8357e912c28e7c40e119 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 27 Jul 2007 15:42:03 +0000 Subject: [PATCH] returning the constant instead of a direct 200 git-svn-id: svn://svn.open-ils.org/ILS/trunk@7588 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 9c5aa46f25..34d0a12f5e 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -640,7 +640,7 @@ sub supercat { $ret = 404; }; - return $ret; + return Apache2::Const::OK; } elsif (OpenILS::WWW::SuperCat::Feed->exists($base_format)) { my $feed = create_record_feed( -- 2.43.2