From 77c4fd10bc965499d6ad58c49ea17dab9414bb44 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 3 Feb 2011 23:20:37 +0000 Subject: Updated elgg_get_plugin_path in load_plugin_manifest to elgg_get_plugins_path git-svn-id: http://code.elgg.org/elgg/trunk@8008 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/deprecated-1.8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/deprecated-1.8.php') diff --git a/engine/lib/deprecated-1.8.php b/engine/lib/deprecated-1.8.php index 10b7c0a81..dbe53c115 100644 --- a/engine/lib/deprecated-1.8.php +++ b/engine/lib/deprecated-1.8.php @@ -1530,7 +1530,7 @@ function get_plugin_name($mainfilename = false) { function load_plugin_manifest($plugin) { elgg_deprecated_notice('load_plugin_manifest() is deprecated by ElggPlugin->getManifest()', 1.8); - $xml_file = elgg_get_plugin_path() . "$plugin/manifest.xml"; + $xml_file = elgg_get_plugins_path() . "$plugin/manifest.xml"; try { $manifest = new ElggPluginManifest($xml_file, $plugin); -- cgit v1.2.3