aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r--engine/lib/plugins.php4
1 files changed, 2 insertions, 2 deletions
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;
}