Fix notice because of a missing subject
This commit is contained in:
@@ -562,7 +562,7 @@ class OnePoll
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Decoding the header
|
// Decoding the header
|
||||||
$subject = imap_mime_header_decode($meta->subject);
|
$subject = imap_mime_header_decode($meta->subject ?? '');
|
||||||
$datarray['title'] = "";
|
$datarray['title'] = "";
|
||||||
foreach ($subject as $subpart) {
|
foreach ($subject as $subpart) {
|
||||||
if ($subpart->charset != "default") {
|
if ($subpart->charset != "default") {
|
||||||
|
|||||||
Reference in New Issue
Block a user