[index] Return error if no format is specified when requesting a bridge

This commit is contained in:
logmanoriginal 2017-08-28 20:45:04 +02:00
parent 1696aee212
commit b4c6aa41a7
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ try {
$bridge = substr($bridge, 0, $pos);
}
$format = filter_input(INPUT_GET, 'format');
$format = filter_input(INPUT_GET, 'format')
or returnClientError('You must specify a format!');
// DEPRECATED: 'nameFormat' scheme is replaced by 'name' in format parameter values
// this is to keep compatibility until futher complete removal