CC-4909: php warning
-fixed
This commit is contained in:
parent
c398ce930b
commit
103ad6fe6d
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ class Application_Model_Systemstatus
|
|||
$usedSpace = $arr['num_bytes'];
|
||||
}
|
||||
|
||||
$partitions[$totalSpace] = new stdClass();
|
||||
$partitions[$totalSpace]->totalSpace = $totalSpace;
|
||||
$partitions[$totalSpace]->totalFreeSpace = $totalSpace - $usedSpace;
|
||||
Logging::info($partitions[$totalSpace]->totalFreeSpace);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue