Skip to content

Commit

Permalink
Fix misnamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 15, 2022
1 parent 796c5c2 commit b58a91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Imap/Client/Data/Fetch.php
Expand Up @@ -623,7 +623,7 @@ protected function _getHeaders($id, $format, $key)
} else {
$hdrs = $this->_getHeaders($id, self::HEADER_STREAM, $key);
$parsed = Horde_Mime_Headers::parseHeaders($hdrs);
fclose($headers);
fclose($hdrs);
return $parsed;
}
}
Expand Down

0 comments on commit b58a91d

Please sign in to comment.