Bugzilla – Attachment 51088 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), 1.11 KB, created by
Marcel de Rooy
on 2016-05-02 11:22:51 UTC
(
hide
)
Description:
Revert "Bug 16104: Remove warnings "used only once: possible typo""
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-05-02 11:22:51 UTC
Size:
1.11 KB
patch
obsolete
>From 942121f45bfc985cc1c52d8051add7036eed8394 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"" >Content-Type: text/plain; charset=utf-8 > >This reverts commit 6b319a2d487257e8a08bc26af9c6b2e7fa2ece2c. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Tested with memcached and without MEMCACHED_SERVERS. >Cache.t, Context.t and sysprefs.t pass now. >--- > 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'}; >-- >1.7.10.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 16104
:
49314
|
49325
|
49827
|
51087
| 51088