--- loncom/interface/lonerrorhandler.pm 2008/10/04 00:09:18 1.16 +++ loncom/interface/lonerrorhandler.pm 2008/12/12 23:03:04 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # Internal Server Error Handler # -# $Id: lonerrorhandler.pm,v 1.16 2008/10/04 00:09:18 raeburn Exp $ +# $Id: lonerrorhandler.pm,v 1.21 2008/12/12 23:03:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,6 +26,8 @@ # http://www.lon-capa.org/ # + + package Apache::lonerrorhandler; use strict; @@ -43,7 +45,7 @@ sub handler { return OK if $r->header_only; &Apache::lonacc::get_posted_cgi($r); - if (!$lh) { + if (!$Apache::lonlocal::lh) { &Apache::lonlocal::get_language_handle($r); } my $title = $env{'form.sendinfo'} ? 'Sending Error Report' @@ -142,7 +144,7 @@ ENDMESSAGE
- +