mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-23590 fixed borked cli_problem
This commit is contained in:
parent
75b986e7f5
commit
3df957d209
@ -160,7 +160,7 @@ function cli_heading($string, $return=false) {
|
||||
* @return void
|
||||
*/
|
||||
function cli_problem($text) {
|
||||
fwrite(STDERR, $text, "\n");
|
||||
fwrite(STDERR, $text."\n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user