Skip to content

Commit

Permalink
Use 'RI' as the collection class too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 23, 2014
1 parent 94230bf commit 91a7dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -407,7 +407,7 @@ public function getFolders()
}
}
if ($this->_version > Horde_ActiveSync::VERSION_TWELVEONE) {
$folders[] = $this->_getFolder('RI');
$folders[] = $this->_getFolder('RI', array('class' => 'RI'));
}

// Always return at least the "dummy" IMAP folders since some
Expand Down

0 comments on commit 91a7dc8

Please sign in to comment.