Skip to content
Snippets Groups Projects
Commit 22e12844 authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Fix misspelled variable

parent 6b002879
No related branches found
No related tags found
No related merge requests found
......@@ -371,7 +371,7 @@ class Mail_Parse {
) {
foreach ($struct->parts as $i=>$part) {
if ($part && ($text=$this->getPart($part, $ctypepart,
$recurse-1, $recursIntoRfc822))
$recurse-1, $recurseIntoRfc822))
) {
$data .= $text;
}
......
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