ANSI: Use user_error instead of echo

This commit is contained in:
terrafrost 2013-02-22 08:29:17 -06:00
parent 1231f58aa3
commit d7b348771c

View File

@ -433,7 +433,7 @@ class File_ANSI {
} }
break; break;
default: default:
echo "{$this->ansi} unsupported\r\n"; user_error("{$this->ansi} unsupported\r\n");
} }
} }
$this->ansi = ''; $this->ansi = '';