fix resetting DiskSpace
This commit is contained in:
parent
dfc35721f9
commit
b26707b647
|
@ -201,7 +201,7 @@ class Event {
|
|||
} // end function getStreamSrc
|
||||
|
||||
function DiskSpace( $new='' ) {
|
||||
if ( $new != '' ) {
|
||||
if ( is_null($new) or ( $new != '' ) ) {
|
||||
$this->{'DiskSpace'} = $new;
|
||||
}
|
||||
if ( null === $this->{'DiskSpace'} ) {
|
||||
|
|
Loading…
Reference in New Issue