From 5646d8ebe435bde15b3f8104d10cf61555eb5a04 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 1 Aug 2014 14:19:11 -0400 Subject: [PATCH] pcrud personality import typo repair Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 6986701270..c372e0cd28 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -10,7 +10,7 @@ use OpenSRF::Utils qw/:datetime/; use OpenSRF::Utils::JSON; use OpenSRF::Utils::Logger qw/$logger/; use OpenILS::Application::AppUtils; -use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud'); +use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.pcrud'); use OpenILS::Utils::Fieldmapper; use DateTime::Format::ISO8601; use CGI qw(:all -utf8); -- 2.11.0