From 54d2c0cf8d19fadd1597643276e1c4302c053385 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 29 Jul 2014 12:47:17 -0400 Subject: [PATCH] Turn on open-ils.pcrud personality for EGWeb and EGCatLoader ... more may need this Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm | 2 +- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 7fe805b498..6986701270 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 qw/:funcs/; +use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud'); use OpenILS::Utils::Fieldmapper; use DateTime::Format::ISO8601; use CGI qw(:all -utf8); diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm index 8b72e537eb..1514ad176e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm @@ -9,7 +9,7 @@ use Apache2::Const -compile => qw(OK DECLINED HTTP_INTERNAL_SERVER_ERROR); use Apache2::Log; use OpenSRF::EX qw(:try); use OpenSRF::AppSession; -use OpenILS::Utils::CStoreEditor q/:funcs/; +use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud'); use List::MoreUtils qw/uniq/; use constant OILS_HTTP_COOKIE_SKIN => 'eg_skin'; -- 2.11.0