message issue fixed
This commit is contained in:
parent
98519545b1
commit
87cf193ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue