Bugzilla – Attachment 69260 Details for
Bug 19410
Add a helper function for generating object searches for the API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19410: (follow-up) Fix typo in POD
Bug-19410-follow-up-Fix-typo-in-POD.patch (text/plain), 772 bytes, created by
Julian Maurice
on 2017-11-21 19:31:59 UTC
(
hide
)
Description:
Bug 19410: (follow-up) Fix typo in POD
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-11-21 19:31:59 UTC
Size:
772 bytes
patch
obsolete
>From cbae02c97842206dfc04db1845b2bd2f6fd17dda Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@jns.fi> >Date: Sat, 7 Oct 2017 12:55:56 +0000 >Subject: [PATCH] Bug 19410: (follow-up) Fix typo in POD > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > Koha/Objects.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Objects.pm b/Koha/Objects.pm >index d882e4b3a5..e695c9cacf 100644 >--- a/Koha/Objects.pm >+++ b/Koha/Objects.pm >@@ -173,7 +173,7 @@ sub search_related { > > =head3 search_for_api > >- my @objects = Koha::Objects->earch_for_api( $c ); >+ my $objects = Koha::Objects->search_for_api( $c ); > > Searches for objects given a controller object I<$c>. > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19410
:
67613
|
67731
|
67732
|
67750
|
67751
|
67795
|
67798
|
69248
|
69253
|
69254
|
69255
|
69256
|
69257
|
69258
|
69259
|
69260
|
69261
|
69262
|
69282
|
69283
|
69284
|
69286
|
69287
|
69385
|
69386
|
69387
|
69388
|
69389
|
69397
|
69398
|
69399
|
69400
|
69401
|
69545
|
69703