Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 25, 2014
1 parent 937eb95 commit d4aff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Mail.php
Expand Up @@ -327,7 +327,7 @@ protected function _getPlainPart(
$mime_message->getCharset());
}

if ($forward) {
if ($this->_forward) {
return $smart_text . $this->_forwardText($body_data, $base_part->getPart($plain_id));
}

Expand Down

0 comments on commit d4aff92

Please sign in to comment.