From 2649bcbfd4ab4f80ebfbfc28c6c476770aec09a1 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 29 Oct 2011 13:15:26 -0400 Subject: Refs #3201 this finishes the updates on the JSON view --- views/json/api/output.php | 3 +-- views/json/entities/entity_list.php | 10 ---------- views/json/group/default.php | 2 +- views/json/object/default.php | 2 +- views/json/site/default.php | 2 +- views/json/user/default.php | 2 +- 6 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 views/json/entities/entity_list.php (limited to 'views/json') 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 @@