Skip to content

Commit

Permalink
Fix scope.
Browse files Browse the repository at this point in the history
Fixes detecting an email containing a meeting request.
  • Loading branch information
mrubinsk committed Feb 26, 2013
1 parent 81da6af commit 3a1ab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php
Expand Up @@ -1035,7 +1035,7 @@ protected function _buildMailMessage(
}

// Check for meeting requests and POOMMAIL_FLAG data
if ($this->version >= Horde_ActiveSync::VERSION_TWELVE) {
if ($version >= Horde_ActiveSync::VERSION_TWELVE) {
$eas_message->contentclass = 'urn:content-classes:message';
if ($mime_part = $imap_message->hasiCalendar()) {
$data = $mime_part->getContents();
Expand Down

0 comments on commit 3a1ab8c

Please sign in to comment.