Skip to content

Commit

Permalink
Save the multiplex value.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 1, 2014
1 parent 045bbb7 commit f7b32d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Expand Up @@ -124,6 +124,7 @@ public function &__get($property)
case self::MULTIPLEX:
if (!$this->_multiplexSet && empty($this->_properties['properties'][self::MULTIPLEX])) {
$this->_sniffMultiplex();
$this->multiplex = $this->_properties['properties'][self::MULTIPLEX];
}
case self::ANNOUNCED_VERSION:
case self::BLOCKED:
Expand Down

0 comments on commit f7b32d2

Please sign in to comment.