Update antivir.class.php

This commit is contained in:
Frédéric FRANCE 2018-08-22 11:53:08 +02:00 committed by Laurent Destailleur
parent 751fc512af
commit faa29f9ae0

View File

@ -62,7 +62,7 @@ class AntiVir
if (preg_match('/\.virus$/i', $file))
{
$this->errors='File has an extension saying file is a virus';
$this->errors[] = 'File has an extension saying file is a virus';
return -97;
}