aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-04 21:23:50 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-04 21:23:50 +0000
commit95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb (patch)
tree385a67c24acc97350d58d276ba1e0bb881b8c540 /engine/lib/plugins.php
parent1026deb7ef24677a2a0b48b4297911a4c2eceb6d (diff)
downloadelgg-95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb.tar.gz
elgg-95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb.tar.bz2
Fixed problems showing detected values for plugin conflicts. Clarified language for what the first value column means.
git-svn-id: http://code.elgg.org/elgg/trunk@8017 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r--engine/lib/plugins.php2
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;