Fix: syntax error

This commit is contained in:
Regis Houssin 2009-10-25 11:13:01 +00:00
parent 6258a4596d
commit 6ab62a4e0a

View File

@ -446,7 +446,7 @@ class FormFile
&& $file['name'] != '.'
&& $file['name'] != '..'
&& $file['name'] != 'CVS'
&& ! preg_math('/\.meta$/i',$file['name']))
&& ! preg_match('/\.meta$/i',$file['name']))
{
// Define relative path used to store the file
if (! $relativepath)