Update Jua

This commit is contained in:
RainLoop Team 2014-09-11 19:00:05 +04:00
parent 06274c6a7c
commit cdf812ae9a
4 changed files with 27 additions and 23 deletions

View file

@ -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);
}