define default for StorageId to prevent error message

This commit is contained in:
Isaac Connor 2016-03-03 09:22:53 -05:00
parent bcb403bf08
commit 86dbe4fa15
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ if ( ! empty($_REQUEST['mid']) ) {
'V4LMultiBuffer' => '',
'V4LCapturesPerFrame' => 1,
'ServerId' => $Server['Id'],
'StorageId' => '',
);
}