Skip to content

Commit

Permalink
At least one known device (HTC One mini) requires this to be sent eve…
Browse files Browse the repository at this point in the history
…n if it's default.

Bug: 13827
  • Loading branch information
mrubinsk committed Jan 26, 2015
1 parent a75e07b commit a2fe8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Policies.php
Expand Up @@ -259,7 +259,7 @@ public function toWbxml()
$this->_sendPolicy(self::POLICY_COMPLEXITY, $policies[self::POLICY_COMPLEXITY] >= 1 ? '1' : '0', true);
}
$this->_sendPolicy(self::POLICY_ENCRYPTION, $policies[self::POLICY_ENCRYPTION], true);
$this->_sendPolicy(self::POLICY_ATC, $policies[self::POLICY_ATC], true);
$this->_sendPolicy(self::POLICY_ATC, $policies[self::POLICY_ATC], false);
$this->_sendPolicy(self::POLICY_AEFVALUE, $policies[self::POLICY_AEFVALUE], true);
$this->_sendPolicy(self::POLICY_MAXATCSIZE, $policies[self::POLICY_MAXATCSIZE], true);
if ($this->_version > Horde_ActiveSync::VERSION_TWELVE) {
Expand Down

0 comments on commit a2fe8df

Please sign in to comment.