Update Body.php

This commit is contained in:
azghanvi 2018-11-16 02:09:07 +05:00 committed by GitHub
parent a1ca6a97de
commit e060323e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,6 @@ class Body
}
}
else {
$this->message = imap_fetchbody($this->connection->getStream(),$this->message_number , $option);
$this->message = imap_body($this->connection->getStream(),$this->message_number , $option);
}