oops
This commit is contained in:
parent
f4f6d19e96
commit
ad3c236f47
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ sub cache {
|
|||
for my $k (qw(_userId _user _profile)) {
|
||||
$userData{$k} = $self->{$k};
|
||||
}
|
||||
$cache->set(%userData, 60*60*24);
|
||||
$cache->set(\%userData, 60*60*24);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue