From 53b7f5e7715ea3c71f525df77d74641e5220a9a6 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 23:58:36 +0000 Subject: Fixes #2360: page_draw => elgg_view_page in core + bundled plugins git-svn-id: http://code.elgg.org/elgg/trunk@7210 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/handlers/xml-rpc_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/handlers') diff --git a/engine/handlers/xml-rpc_handler.php b/engine/handlers/xml-rpc_handler.php index 996400647..2454c83bc 100644 --- a/engine/handlers/xml-rpc_handler.php +++ b/engine/handlers/xml-rpc_handler.php @@ -42,4 +42,4 @@ if (!($result instanceof XMLRPCResponse)) { } // Output result -page_draw("XML-RPC", elgg_view("xml-rpc/output", array('result' => $result))); \ No newline at end of file +echo elgg_view_page("XML-RPC", elgg_view("xml-rpc/output", array('result' => $result))); \ No newline at end of file -- cgit v1.2.3