Fix a double my syntax warning in Cache/CHI.
This commit is contained in:
parent
179ad030db
commit
006d1efffc
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ to the current site's configuration file name
|
|||
|
||||
sub new {
|
||||
my ( $class, $session, $key, $namespace ) = @_;
|
||||
my $namespace ||= $session->config->getFilename;
|
||||
$namespace ||= $session->config->getFilename;
|
||||
$key = $class->parseKey( $key );
|
||||
|
||||
# Create CHI object from config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue