diff --git a/plugins/products b/plugins/products index f172960..55f658d 100644 --- a/plugins/products +++ b/plugins/products @@ -10,6 +10,7 @@ sub read_products() { state $mtime; return \%products if $mtime and $mtime == -M $filename; + %products = (); $mtime = -M $filename; my $line = 0;