From a65ae5d55ff336d44d14bcbe6b14eacc5d498881 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 11 Mar 2008 16:26:45 +0000 Subject: [PATCH] typo; settings-tester update git-svn-id: svn://svn.open-ils.org/ILS/trunk@8968 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm | 2 +- Open-ILS/src/support-scripts/settings-tester.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm b/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm index e3315925dc..924bd57542 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm @@ -128,7 +128,7 @@ sub CRUD_action_object_permcheck { } } } else { - $pok++ if ($e->allowed($perm => undef => $obj)) { + $pok++ if ($e->allowed($perm => undef => $obj)); } } diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index 5c17734b1b..7b9d8aa28b 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -306,6 +306,7 @@ sub get_debug_info { __DATA__ LWP::UserAgent XML::LibXML +XML::LibXML::XPathContext XML::LibXSLT Net::Server::PreFork Cache::Memcached -- 2.43.2