X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FLibravatar.pm;h=8dcbad09033055b925a631b077005c4b89163014;hb=aae281560aaba1950b00f66175b78fd7d7128c47;hp=99184ec155c720226fba75283827d8cf4c95207a;hpb=e4c7c1669e2ee2296e84ad2da0e20a06f3c82497;p=debbugs.git diff --git a/Debbugs/Libravatar.pm b/Debbugs/Libravatar.pm index 99184ec..8dcbad0 100644 --- a/Debbugs/Libravatar.pm +++ b/Debbugs/Libravatar.pm @@ -159,7 +159,7 @@ sub retrieve_libravatar{ $temp_fn, $cache_location.'.'.$dest_type) == 0 or die "convert file failed"; - unlink($temp_fh); + unlink($temp_fn); }; if ($@) { unlink($cache_location.'.'.$dest_type) if -e $cache_location.'.'.$dest_type;