From be1f24c3cf60959d1967ac32cd29cf610e1f86a7 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 29 Aug 2008 20:14:31 +0000 Subject: [PATCH] calling entityize without obj ref. obj is an application.pm thing, doesn't know about entityize git-svn-id: svn://svn.open-ils.org/ILS/trunk@10481 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index 966b25ae44..16f10e9036 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -28,7 +28,6 @@ sub initialize {} sub child_init {} sub entityize { - my $self = shift; my $stuff = shift; my $form = shift; @@ -247,7 +246,7 @@ sub process_spool { $xml =~ s/^<\?xml.+\?\s*>//go; $xml =~ s/>\s+entityize($xml); + $xml = entityize($xml); $xml =~ s/[\x00-\x1f]//go; if ($self->{record_type} eq 'bib') { -- 2.43.2