git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11663
7612ce4b-ef26-0410-bec9-
ea0150e637f0
// Show the error immediate in case of fatal errors
if ($iType == SQM_ERROR) {
- if (!$this->header_sent || (isset($this->Template->values['header_sent']) && !$this->Template->values['header_sent'])) {
+ if (isset($this->Template->values['header_sent']) && !$this->Template->values['header_sent']) {
// TODO replace this with template that can be assigned
displayHtmlHeader(_("Error"),'',false);
}