From: cash Date: Sat, 29 Oct 2011 17:15:26 +0000 (-0400) Subject: Refs #3201 this finishes the updates on the JSON view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2649bcbfd4ab4f80ebfbfc28c6c476770aec09a1;p=lorea%2Felgg.git Refs #3201 this finishes the updates on the JSON view --- 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 @@ 0) { - foreach ($entities as $entity) { - echo elgg_view_entity($entity, array('full_view' => $full_view)); - } -} diff --git a/views/json/group/default.php b/views/json/group/default.php index a01b215cc..0b168fdb2 100644 --- a/views/json/group/default.php +++ b/views/json/group/default.php @@ -1,6 +1,6 @@ 0) { - foreach($entities as $entity) { - echo elgg_view_entity($entity); - } -} \ No newline at end of file