aboutsummaryrefslogtreecommitdiff
path: root/views/json/api/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/json/api/output.php')
-rw-r--r--views/json/api/output.php6
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