diff options
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r-- | engine/lib/plugins.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index e61874ebc..01cbf631a 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -707,7 +707,7 @@ function elgg_get_plugin_dependency_strings($dep) { case 'plugin': $strings['name'] = elgg_echo('ElggPlugin:Dependencies:Plugin', array($info['name'])); $strings['expected_value'] = "$comparison {$info['version']}"; - $strings['local_value'] = $dep['version']; + $strings['local_value'] = $dep['value']; $strings['comment'] = ''; break; |