Fix: syntax error
This commit is contained in:
parent
6258a4596d
commit
6ab62a4e0a
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user