MDL-23590 fixed borked cli_problem

This commit is contained in:
Petr Skoda 2010-07-30 14:15:03 +00:00
parent 75b986e7f5
commit 3df957d209

View File

@ -160,7 +160,7 @@ function cli_heading($string, $return=false) {
* @return void
*/
function cli_problem($text) {
fwrite(STDERR, $text, "\n");
fwrite(STDERR, $text."\n");
}
/**