diff options
author | cash <cash.costello@gmail.com> | 2011-10-29 13:15:26 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-29 13:15:26 -0400 |
commit | 2649bcbfd4ab4f80ebfbfc28c6c476770aec09a1 (patch) | |
tree | 3351141a92b3658e9704656a41b33c07c02dc0b2 /views/json/api | |
parent | e01240611f2a94d0a194235f2f83323049ad1a74 (diff) | |
download | elgg-2649bcbfd4ab4f80ebfbfc28c6c476770aec09a1.tar.gz elgg-2649bcbfd4ab4f80ebfbfc28c6c476770aec09a1.tar.bz2 |
Refs #3201 this finishes the updates on the JSON view
Diffstat (limited to 'views/json/api')
-rw-r--r-- | views/json/api/output.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/json/api/output.php b/views/json/api/output.php index aab68f0dc..adeb7cc75 100644 --- a/views/json/api/output.php +++ b/views/json/api/output.php @@ -1,11 +1,10 @@ <?php /** * Elgg JSON output - * This outputs the api as JSON + * This outputs the api results as JSON * * @package Elgg * @subpackage Core - * */ $result = $vars['result']; |