Skip to content

Commit

Permalink
Fix property access.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 9, 2016
1 parent 30c4035 commit 3f7a1ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -323,7 +323,7 @@ public function fetchIds($driver, $collection)
public function syncFolderType($collection)
{
// Not sent in > 12.0
if ($this->_device->version <= Horde_ActiveSync::VERSION_TWELVE) {
if ($this->_as->device->version <= Horde_ActiveSync::VERSION_TWELVE) {
$this->_encoder->startTag(Horde_ActiveSync::SYNC_FOLDERTYPE);
$this->_encoder->content($collection['class']);
$this->_encoder->endTag();
Expand Down

0 comments on commit 3f7a1ff

Please sign in to comment.