From 1b3512f61edbde3c3d071df064d58efd49911b2d Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Dec 2010 00:05:02 +0000 Subject: fixed a few issues with the admin backend - need to look into better ways to structure admin sub views git-svn-id: http://code.elgg.org/elgg/trunk@7764 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/plugins.php') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index dded13ef4..29f55926c 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -279,7 +279,7 @@ function get_plugin_name($mainfilename = false) { * @return array of values */ function load_plugin_manifest($plugin) { - $xml_file = get_config('pluginspath') . "$plugin/manifest.xml"; + $xml_file = elgg_get_plugin_path() . "$plugin/manifest.xml"; try { $manifest = new ElggPluginManifest($xml_file, $plugin); -- cgit v1.2.3