attachment preview: some small corrections
This commit is contained in:
parent
dcf072e77d
commit
ba03ec857a
4 changed files with 6 additions and 6 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue