Skip to content

Commit

Permalink
This got lost somewhere along the way.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 1, 2014
1 parent 2fbd706 commit 21b00e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Expand Up @@ -131,6 +131,11 @@ public function &__get($property)
case 'clientType':
$type = $this->_getClientType();
return $type;
case self::VERSION:
if (isset($this->_properties['properties'][self::VERSION])) {
return $this->_properties['properties'][self::VERSION];
}
break;
default:
if (isset($this->_properties[$property])) {
return $this->_properties[$property];
Expand Down

0 comments on commit 21b00e5

Please sign in to comment.