Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 2, 2014
1 parent 1df3a6f commit 961bc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ protected function _sniffMultiplex()
Horde_ActiveSync_Device::MULTIPLEX_NOTES |
Horde_ActiveSync_Device::MULTIPLEX_TASKS;
}
} else if (strpos($this->userAgent, 'MSFT-WP/8.0') !== false || $device->deviceType == 'WP8') {
} else if (strpos($this->userAgent, 'MSFT-WP/8.0') !== false || $this->deviceType == 'WP8') {
// Windows Phone. For the devices I've tested, it seems that
// only multiple tasklists are accepted. The rest must be
// multiplexed.
Expand Down

0 comments on commit 961bc68

Please sign in to comment.