define default for StorageId to prevent error message
This commit is contained in:
parent
bcb403bf08
commit
86dbe4fa15
|
@ -124,6 +124,7 @@ if ( ! empty($_REQUEST['mid']) ) {
|
||||||
'V4LMultiBuffer' => '',
|
'V4LMultiBuffer' => '',
|
||||||
'V4LCapturesPerFrame' => 1,
|
'V4LCapturesPerFrame' => 1,
|
||||||
'ServerId' => $Server['Id'],
|
'ServerId' => $Server['Id'],
|
||||||
|
'StorageId' => '',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue