From ea9488f7f50515956fc62c4f066010b04c4c5502 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 3 Nov 2009 00:19:09 +0000 Subject: standardized xml.php and fixed output of booleans in xml view git-svn-id: http://code.elgg.org/elgg/trunk@3616 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/plugins.php') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index daa543365..be604606e 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -312,7 +312,7 @@ function get_plugin_name($mainfilename = false) { function load_plugin_manifest($plugin) { global $CONFIG; - $xml = xml_2_object(file_get_contents($CONFIG->pluginspath . $plugin. "/manifest.xml")); + $xml = xml_to_object(file_get_contents($CONFIG->pluginspath . $plugin. "/manifest.xml")); if ($xml) { $elements = array(); -- cgit v1.2.3