Fix: syntax error
This commit is contained in:
parent
6258a4596d
commit
6ab62a4e0a
@ -446,7 +446,7 @@ class FormFile
|
|||||||
&& $file['name'] != '.'
|
&& $file['name'] != '.'
|
||||||
&& $file['name'] != '..'
|
&& $file['name'] != '..'
|
||||||
&& $file['name'] != 'CVS'
|
&& $file['name'] != 'CVS'
|
||||||
&& ! preg_math('/\.meta$/i',$file['name']))
|
&& ! preg_match('/\.meta$/i',$file['name']))
|
||||||
{
|
{
|
||||||
// Define relative path used to store the file
|
// Define relative path used to store the file
|
||||||
if (! $relativepath)
|
if (! $relativepath)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user