mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix pear upgrade (not update) command given as instructions to user
This commit is contained in:
parent
c31e051891
commit
ca4f49121f
@ -429,7 +429,7 @@ function pear_check($package,$args)
|
||||
elseif ($min_version && version_compare($min_version,$version_available) > 0)
|
||||
{
|
||||
echo '<br/>'.lang('Your installed version of %1 is %2, required is at least %3, please run: ',
|
||||
$package,$version_available,$min_version).' pear update '.$package;
|
||||
$package,$version_available,$min_version).' pear upgrade '.$package;
|
||||
}
|
||||
echo "</div>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user