mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Release commit
This commit is contained in:
parent
86f855fa5b
commit
b01f298b7b
13 changed files with 121 additions and 42 deletions
|
|
@ -1121,7 +1121,7 @@ class ServiceActions
|
|||
private function localError($sTitle, $sDesc)
|
||||
{
|
||||
@header('Content-Type: text/html; charset=utf-8');
|
||||
return $this->oActions->ErrorTemplates($sTitle, \nl2br($sDesc));
|
||||
return $this->ErrorTemplates($sTitle, \nl2br($sDesc));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue