Do not ignore return status of unlink
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3326 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
249b53ec7e
commit
47e8d6112a
|
@ -506,7 +506,7 @@ function deletePath( $path )
|
|||
}
|
||||
else
|
||||
{
|
||||
@unlink( $path );
|
||||
unlink( $path );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue