1
0
Fork 0

attachment preview: some small corrections

This commit is contained in:
rabuzarus 2019-02-03 16:26:13 +01:00
commit ba03ec857a
4 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ function parse_url_content(App $a)
}
}
if (isset($_GET['dataType']) && $_GET['dataType'] == 'json') {
if (isset($_GET['format']) && $_GET['format'] == 'json') {
$format = 'json';
}