From: miker Date: Wed, 21 Oct 2009 18:13:24 +0000 (+0000) Subject: thinko ... do NOT comment out "use base" X-Git-Tag: kcls-grey-screen-prod1~3244 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c0fc7f52b4fd600794704f444899f5dba3e5f753;p=evergreen%2Fequinox.git thinko ... do NOT comment out "use base" git-svn-id: svn://svn.open-ils.org/ILS/trunk@14539 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 1cddccbdb4..7b431d4108 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -1,6 +1,6 @@ package OpenILS::Application::Storage::Publisher::action; -#use base qw/OpenILS::Application::Storage::Publisher/; -#use OpenSRF::Utils::Logger qw/:level/; +use base qw/OpenILS::Application::Storage::Publisher/; +use OpenSRF::Utils::Logger qw/:level/; use OpenSRF::Utils qw/:datetime/; use OpenSRF::AppSession; use OpenSRF::EX qw/:try/;