mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-60965-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
6b58bb56cb
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ function print_combined_install_output($processes) {
|
|||
// Show process name in first row.
|
||||
foreach ($processes as $name => $process) {
|
||||
// If we don't have enough space to show full run name then show runX.
|
||||
if ($lengthofprocessline < strlen($name + 2)) {
|
||||
if ($lengthofprocessline < strlen($name) + 2) {
|
||||
$name = substr($name, -5);
|
||||
}
|
||||
// One extra padding as we are adding | separator for rest of the data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue