add default value for ServerId in new Storage Object

pull/2077/head
Isaac Connor 2018-01-29 10:41:59 -08:00
parent 06673019f9
commit d19b8bc5cf
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if ( $_REQUEST['id'] ) {
$newStorage['Type'] = 'local';
$newStorage['Scheme'] = 'Medium';
$newStorage['StorageId'] = '';
$newStorage['ServerId'] = '';
}
$type_options = array( 'local' => translate('Local'), 's3fs' => translate('s3fs') );