Skip to content
Snippets Groups Projects
Commit 32d461f4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #14152 TIME 1 fix php error notification

(cherry picked from commit 96ca17b7)
parent 6b9a3686
No related branches found
No related tags found
No related merge requests found
...@@ -564,6 +564,7 @@ class Mail_RFC822 ...@@ -564,6 +564,7 @@ class Mail_RFC822
// A couple of defaults. // A couple of defaults.
$phrase = ''; $phrase = '';
$comment = ''; $comment = '';
$comments = [];
// Catch any RFC822 comments and store them separately // Catch any RFC822 comments and store them separately
$_mailbox = $mailbox; $_mailbox = $mailbox;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment