[open-ils-commits] r8968 - in trunk/Open-ILS/src: perlmods/OpenILS/Application support-scripts

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 11 12:59:58 EDT 2008


Author: miker
Date: 2008-03-11 12:26:45 -0400 (Tue, 11 Mar 2008)
New Revision: 8968

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm
   trunk/Open-ILS/src/support-scripts/settings-tester.pl
Log:
typo; settings-tester update

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm	2008-03-11 16:14:17 UTC (rev 8967)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/PermaCrud.pm	2008-03-11 16:26:45 UTC (rev 8968)
@@ -128,7 +128,7 @@
                     }
                 }
             } else {
-                $pok++ if ($e->allowed($perm => undef => $obj)) {
+                $pok++ if ($e->allowed($perm => undef => $obj));
             }
         }
 

Modified: trunk/Open-ILS/src/support-scripts/settings-tester.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/settings-tester.pl	2008-03-11 16:14:17 UTC (rev 8967)
+++ trunk/Open-ILS/src/support-scripts/settings-tester.pl	2008-03-11 16:26:45 UTC (rev 8968)
@@ -306,6 +306,7 @@
 __DATA__
 LWP::UserAgent
 XML::LibXML
+XML::LibXML::XPathContext
 XML::LibXSLT
 Net::Server::PreFork
 Cache::Memcached



More information about the open-ils-commits mailing list