fix missing init in static rawMessage static

This commit is contained in:
Klaus Leithoff 2014-01-16 15:22:18 +00:00
parent 5a1fe439c5
commit 5422864681

View File

@ -4233,6 +4233,7 @@ class mail_bo
{
//TODO: caching einbauen static!
static $rawBody;
if (is_null($rawBody)) $rawBody = array();
$_folder = ($this->sessionData['mailbox']? $this->sessionData['mailbox'] : $this->icServer->getCurrentMailbox());
if (isset($rawBody[$this->icServer->ImapServerId][$_folder][$_uid][($_partID==''?'NIL':$_partID)]))