]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fix typo in previous.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 30 Nov 2010 03:57:46 +0000 (03:57 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 30 Nov 2010 03:57:46 +0000 (03:57 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7482 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/plugins.php

index 163a9fa82ef928c866eafc42426c0abccf18b43c..258a48fb57a2d01015fbb7b116d53fd978f6b363 100644 (file)
@@ -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;
        }