diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index fb66b0fd6..0f80f27fd 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -971,7 +971,7 @@ function clearFilename() { $this->htmlEndPage(); - add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle); + add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle, PEAR_LOG_ERR); exit; } /* }}} */