aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-03 00:19:09 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-03 00:19:09 +0000
commitea9488f7f50515956fc62c4f066010b04c4c5502 (patch)
tree41ea2ac6a4881d34a7d589786205b98c7e7456c3 /engine/lib/plugins.php
parent10d3c743b8e1342000dfd277ef03eec2291becf7 (diff)
downloadelgg-ea9488f7f50515956fc62c4f066010b04c4c5502.tar.gz
elgg-ea9488f7f50515956fc62c4f066010b04c4c5502.tar.bz2
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
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r--engine/lib/plugins.php2
1 files changed, 1 insertions, 1 deletions
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();