ERROR MODE in error.pm patch is bad.

This commit is contained in:
ghendricks%novell.com 2008-02-23 00:45:44 +00:00
Родитель b65960481b
Коммит e7b681e077
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -497,7 +497,7 @@ diff -u -r1.22 Error.pm
}
die SOAP::Fault->faultcode($code)->faultstring($message);
}
+ elsif (Bugzilla->error_mode == ERROR_MODE_DIE_AJAX) {
+ elsif (Bugzilla->error_mode == ERROR_MODE_AJAX) {
+ # JSON can't handle strings across lines.
+ $message =~ s/\n/ /gm;
+ my $err;