mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge branch 'support/3.0' into develop
This commit is contained in:
@@ -177,7 +177,9 @@ class FilesInformationUtils
|
||||
else
|
||||
{
|
||||
$aStats = @stat($sFile);
|
||||
$iSize += $aStats['size'];
|
||||
if (is_array($aStats)) {
|
||||
$iSize += $aStats['size'];
|
||||
}
|
||||
}
|
||||
}
|
||||
return $iSize;
|
||||
|
||||
Reference in New Issue
Block a user