mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Update Jua
This commit is contained in:
parent
06274c6a7c
commit
cdf812ae9a
4 changed files with 27 additions and 23 deletions
|
|
@ -1219,7 +1219,8 @@ class Utils
|
|||
{
|
||||
if ('.' !== $sObject && '..' !== $sObject)
|
||||
{
|
||||
if ('dir' === \filetype($sDir.'/'.$sObject))
|
||||
// if ('dir' === \filetype($sDir.'/'.$sObject))
|
||||
if (\is_dir($sDir.'/'.$sObject))
|
||||
{
|
||||
self::RecRmDir($sDir.'/'.$sObject);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue