From: brettp Date: Tue, 30 Nov 2010 03:57:46 +0000 (+0000) Subject: Fix typo in previous. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3bda294ee00663362db778fef320f866bc3a28e5;p=lorea%2Felgg.git Fix typo in previous. git-svn-id: http://code.elgg.org/elgg/trunk@7482 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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; }