message issue fixed

This commit is contained in:
Clivern 2017-08-12 14:25:50 +02:00
commit 87cf193ebe

View file

@ -210,7 +210,7 @@ class Message
*/
public function fetchStructure($options = 0)
{
$structure = imap_fetchstructure($connection->getStream(), $this->msg_number, $options);
$structure = imap_fetchstructure($this->connection->getStream(), $this->msg_number, $options);
return $structure;
}
}