Bugzilla – Attachment 51087 Details for
Bug 16104
Warnings "used only once: possible typo" should be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Revert "Bug 16104: Remove warnings "used only once: possible typo""
Revert-Bug-16104-Remove-warnings-used-only-once-po.patch (text/plain), 934 bytes, created by
Jonathan Druart
on 2016-05-02 11:14:30 UTC
(
hide
)
Description:
Revert "Bug 16104: Remove warnings "used only once: possible typo""
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-05-02 11:14:30 UTC
Size:
934 bytes
patch
obsolete
>From f34445c8e38b63a1ae52efeb06450a88dd84e5d7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 May 2016 12:13:59 +0100 >Subject: [PATCH] Revert "Bug 16104: Remove warnings "used only once: possible > typo"" > >This reverts commit 6b319a2d487257e8a08bc26af9c6b2e7fa2ece2c. >--- > Koha/Cache.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Cache.pm b/Koha/Cache.pm >index 7793f06..6f10b00 100644 >--- a/Koha/Cache.pm >+++ b/Koha/Cache.pm >@@ -103,7 +103,7 @@ sub new { > > # Unless memcache or fastmmap has already been picked, use memory_cache > unless ( defined( $self->{'cache'} ) ) { >- if ( can_load( modules => { 'Cache::Memory' => undef, nocache => 1 } ) >+ if ( can_load( modules => { 'Cache::Memory' => undef } ) > && _initialize_memory($self) ) > { > $self->{'cache'} = $self->{'memory_cache'}; >-- >2.7.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 16104
:
49314
|
49325
|
49827
|
51087
|
51088