From 3bda294ee00663362db778fef320f866bc3a28e5 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 30 Nov 2010 03:57:46 +0000 Subject: Fix typo in previous. git-svn-id: http://code.elgg.org/elgg/trunk@7482 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 163a9fa82..258a48fb5 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -276,7 +276,7 @@ function load_plugin_manifest($plugin) { $xml_file = get_config('pluginspath') . "$plugin/manifest.xml"; try { - $manifest = ElggPluginManifest($xml_file); + $manifest = new ElggPluginManifest($xml_file); } catch(Exception $e) { return false; } -- cgit v1.2.3