Message List without deleted messages (experemental)

Small fixes
This commit is contained in:
RainLoop Team 2014-06-11 20:03:40 +04:00
parent 6c28b24aaf
commit aebd47393c
3 changed files with 294 additions and 9 deletions

View file

@ -797,7 +797,7 @@ class Actions
'][GUID:'.\MailSo\Log\Logger::Guid().']');
$this->oLogger->Write(
' ['.$oHttp->GetMethod().'] '.$oHttp->GetScheme().'://'.$oHttp->GetHost(false, false).$oHttp->GetServer('REQUEST_URI', ''),
'['.$oHttp->GetMethod().'] '.$oHttp->GetScheme().'://'.$oHttp->GetHost(false, false).$oHttp->GetServer('REQUEST_URI', ''),
\MailSo\Log\Enumerations\Type::NOTE, 'REQUEST');
}
}