protect against database cache corruption
This commit is contained in:
parent
87c18a48e6
commit
0451af48ea
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ sub get {
|
|||
eval {
|
||||
$content = thaw($content);
|
||||
};
|
||||
return undef unless $content;
|
||||
return undef unless $content && ref $content;
|
||||
return $$content;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue