Skip to content

Commit

Permalink
This is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 29, 2014
1 parent baff16b commit 4797c72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -474,11 +474,6 @@ protected function _handle()
$this->_encoder->content($statusCode);
$this->_encoder->endTag();

// Check the mimesupport because we need it for advanced emails
if (!isset($collection['mimesupport'])) {
$collection['mimesupport'] = 0;
}

$ensure_sent = array();
if ($statusCode == self::STATUS_SUCCESS) {
if (!empty($collection['clientids']) || !empty($collection['fetchids'])
Expand Down

0 comments on commit 4797c72

Please sign in to comment.