From 694781d190fba09437a37983f077d0381a56050b Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 16 Oct 2009 21:25:25 +0000 Subject: Finished standardizing seconday views. git-svn-id: http://code.elgg.org/elgg/trunk@3559 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/xml/api/output.php | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'views/xml/api') diff --git a/views/xml/api/output.php b/views/xml/api/output.php index 07b300073..c2385b6e3 100644 --- a/views/xml/api/output.php +++ b/views/xml/api/output.php @@ -1,17 +1,16 @@ export(); - - echo serialise_object_to_xml($export, "elgg"); -?> \ No newline at end of file +$result = $vars['result']; +$export = $result->export(); + +echo serialise_object_to_xml($export, "elgg"); \ No newline at end of file -- cgit v1.2.3