diff options
-rw-r--r-- | NPTest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -438,7 +438,7 @@ sub LoadCache | |||
438 | 438 | ||
439 | chomp($fileContents); | 439 | chomp($fileContents); |
440 | my( $contentsRef ) = eval $fileContents; | 440 | my( $contentsRef ) = eval $fileContents; |
441 | %CACHE = %{$contentsRef}; | 441 | %CACHE = %{$contentsRef} if (defined($contentsRef)); |
442 | 442 | ||
443 | } | 443 | } |
444 | 444 | ||