mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-60671-master' of https://github.com/sammarshallou/moodle
This commit is contained in:
commit
8aa01fcf61
@ -3275,8 +3275,7 @@ class text_progress_trace extends progress_trace {
|
||||
* @return void Output is echo'd
|
||||
*/
|
||||
public function output($message, $depth = 0) {
|
||||
echo str_repeat(' ', $depth), $message, "\n";
|
||||
flush();
|
||||
mtrace(str_repeat(' ', $depth) . $message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user