Skip to content

Commit

Permalink
Revert "Bug 16104: Remove warnings "used only once: possible typo""
Browse files Browse the repository at this point in the history
This reverts commit dce531d.
  • Loading branch information
jajm committed May 2, 2016
1 parent 4c20eff commit a548095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Cache.pm
Expand Up @@ -100,7 +100,7 @@ sub new {
}
}

if ( can_load( modules => { 'Cache::Memory' => undef, nocache => 1 } ) ) {
if ( can_load( modules => { 'Cache::Memory' => undef } ) ) {
_initialize_memory($self);
if ( $self->{'default_type'} eq 'memory'
&& defined( $self->{'memory_cache'} ) )
Expand Down

0 comments on commit a548095

Please sign in to comment.