diff options
Diffstat (limited to 'views/json/api/output.php')
-rw-r--r-- | views/json/api/output.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/json/api/output.php b/views/json/api/output.php index eeea0400e..94aaaae60 100644 --- a/views/json/api/output.php +++ b/views/json/api/output.php @@ -13,8 +13,8 @@ $result = $vars['result']; $export = $result->export(); - // echo json_encode($export);
- global $jsonexport;
- $jsonexport['api'][] = $export;
+ // echo json_encode($export); + global $jsonexport; + $jsonexport['api'][] = $export; ?>
\ No newline at end of file |