diff options
author | cash <cash.costello@gmail.com> | 2011-10-29 13:17:46 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-29 13:17:46 -0400 |
commit | 508000e9e3a49c0f659279ba916bde4a771ed777 (patch) | |
tree | 53cc904e58c2b7882f12611038a641e1a8a883e1 /views/php/api | |
parent | 2649bcbfd4ab4f80ebfbfc28c6c476770aec09a1 (diff) | |
download | elgg-508000e9e3a49c0f659279ba916bde4a771ed777.tar.gz elgg-508000e9e3a49c0f659279ba916bde4a771ed777.tar.bz2 |
Refs #3201 updates the php view type
Diffstat (limited to 'views/php/api')
-rw-r--r-- | views/php/api/output.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/php/api/output.php b/views/php/api/output.php index cc76b97e0..14259564c 100644 --- a/views/php/api/output.php +++ b/views/php/api/output.php @@ -1,11 +1,10 @@ <?php /** * Elgg PHP output - * This outputs the api as PHP + * This outputs the api results as serialized PHP * * @package Elgg * @subpackage Core - * */ $result = $vars['result']; |