From 595ebfe0b3771df92055334bfe5da8b29c840c3b Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 4 Feb 2011 21:45:55 +0000 Subject: Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs. git-svn-id: http://code.elgg.org/elgg/trunk@8019 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/plugins.php') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 01cbf631a..cf0ac5af1 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -715,8 +715,8 @@ function elgg_get_plugin_dependency_strings($dep) { $expected_priority = ucwords($info['priority']); $real_priority = ucwords($dep['value']); $strings['name'] = elgg_echo('ElggPlugin:Dependencies:Priority'); - $strings['expected_value'] = elgg_echo("ElggPlugin:Dependencies:Priority:$expected_priority", array($info['name'])); - $strings['local_value'] = elgg_echo("ElggPlugin:Dependencies:Priority:$real_priority", array($info['name'])); + $strings['expected_value'] = elgg_echo("ElggPlugin:Dependencies:Priority:$expected_priority", array($info['plugin'])); + $strings['local_value'] = elgg_echo("ElggPlugin:Dependencies:Priority:$real_priority", array($info['plugin'])); $strings['comment'] = ''; break; } -- cgit v1.2.3