mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
Merge branch 'MDL-47395' of git://github.com/nebgor/moodle
This commit is contained in:
commit
d672e25b6c
@ -171,7 +171,7 @@ function cli_problem($text) {
|
||||
* @return void (does not return)
|
||||
*/
|
||||
function cli_error($text, $errorcode=1) {
|
||||
fwrite(STDERR, $text);
|
||||
fwrite(STDERR, "\xE2\x9D\x8C ". $text);
|
||||
fwrite(STDERR, "\n");
|
||||
die($errorcode);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user