From 03b26da4c1656f031f22113f0c11e38703d4d4d0 Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 25 Mar 2010 13:37:32 +0000
Subject: [PATCH] repaired signature params name

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15975 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
index b3dbe9ee5e..87d073373f 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
@@ -45,7 +45,7 @@ __PACKAGE__->register_method(
         desc  => "Create a new hold for an item.  From a permissions perspective, " .
                  "the login session is used as the 'requestor' of the hold. "       . 
                  "The hold recipient is determined by the 'usr' setting within the hold object. ",
-        param => [
+        params => [
            { desc => 'Hold object for hold to be created', type => 'object' }
         ],
         return => {
-- 
2.11.0