[open-ils-commits] r10479 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Aug 29 13:02:24 EDT 2008
Author: erickson
Date: 2008-08-29 13:02:22 -0400 (Fri, 29 Aug 2008)
New Revision: 10479
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm
Log:
typo on new object
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm 2008-08-29 16:03:55 UTC (rev 10478)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Vandelay.pm 2008-08-29 17:02:22 UTC (rev 10479)
@@ -4,7 +4,7 @@
use bytes;
use Apache2::Log;
-use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND :log);
+use Apache2::Const -compile => qw(OK REDIRECT DECLINED NOT_FOUND FORBIDDEN :log);
use APR::Const -compile => qw(:error SUCCESS);
use APR::Table;
@@ -66,7 +66,7 @@
my $data_fingerprint = md5_hex($data);
- OpenSRF::Utils::Cache()->new->put_cache(
+ OpenSRF::Utils::Cache->new->put_cache(
'vandelay_import_spool_' . $data_fingerprint,
{ purpose => $purpose, marc => $data }
);
More information about the open-ils-commits
mailing list