Skip to content
Snippets Groups Projects
Commit 4f746b8a authored by Prasad's avatar Prasad
Browse files

Fixed - init mailnos variable before using for php8

parent 76b308f3
No related branches found
No related tags found
No related merge requests found
......@@ -389,6 +389,7 @@ class MailManager_Connector_Connector {
$mbox = $this->mBox;
}
$mailnos = array();
foreach($records as $result) {
$message = MailManager_Message_Model::parseOverview($result,$mbox);
array_unshift($mails, $message);
......
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