remove extra spaces
This commit is contained in:
parent
06fed41d5a
commit
ecf8003aef
|
@ -142,7 +142,7 @@ public static function find_all( $parameters = null, $options = null ) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$path = $this->Path();
|
$path = $this->Path();
|
||||||
$used = disk_total_space( $path ) - disk_free_space( $path );;
|
$used = disk_total_space($path) - disk_free_space($path);
|
||||||
}
|
}
|
||||||
$this->{'DiskSpace'} = $used;
|
$this->{'DiskSpace'} = $used;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue