Bugzilla – Attachment 57206 Details for
Bug 17494
Koha generating duplicate self registration tokens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17494: Fix compilation warning
Bug-17494-Fix-compilation-warning.patch (text/plain), 993 bytes, created by
Jonathan Druart
on 2016-11-04 14:33:59 UTC
(
hide
)
Description:
Bug 17494: Fix compilation warning
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-04 14:33:59 UTC
Size:
993 bytes
patch
obsolete
>From bad57e5cbe636e8006700988b8a635a4ff2bb1f5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Nov 2016 14:32:56 +0000 >Subject: [PATCH] Bug 17494: Fix compilation warning > >Class Koha::Exceptions::Object appears to be a typo as it is only >specified in the 'isa' param for >Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > Koha/Exceptions/Patron/Modification.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Exceptions/Patron/Modification.pm b/Koha/Exceptions/Patron/Modification.pm >index 1068fbb..4cfab22 100644 >--- a/Koha/Exceptions/Patron/Modification.pm >+++ b/Koha/Exceptions/Patron/Modification.pm >@@ -1,6 +1,7 @@ > package Koha::Exceptions::Patron::Modification; > > use Modern::Perl; >+use Koha::Exceptions::Object; > > use Exception::Class ( > 'Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken' => { >-- >2.1.4
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 17494
:
56914
|
56992
|
56993
|
57008
|
57204
|
57205
|
57206
|
57212
|
57213
|
57214