projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
961d280
)
Fix a couple of typos in Evergreen driver.
author
Jason Stephenson
<jason@sigio.com>
Wed, 16 Jul 2014 17:58:56 +0000
(13:58 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Mon, 21 Jul 2014 00:07:37 +0000
(20:07 -0400)
I typed $U->simple_req when it should be $U->simplereq.
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
952b2bf
..
0067255
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-112,7
+112,7
@@
sub login {
my $self = shift;
# Get the authentication seed.
- my $seed = $U->simple
_
req(
+ my $seed = $U->simplereq(
'open-ils.auth',
'open-ils.auth.authenticate.init',
$self->{config}->{username}
@@
-120,7
+120,7
@@
sub login {
# Actually login.
if ($seed) {
- my $response = $U->simple
_
req(
+ my $response = $U->simplereq(
'open-ils.auth',
'open-ils.auth.authenticate.complete',
{