diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Modseq.php b/framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Modseq.php index b2ac6cf216f..9823ada4ceb 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Modseq.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Modseq.php @@ -56,7 +56,7 @@ public function __construct( // server state and handled by a complete resync, but a majority of // EAS clients do not properly handle the status codes that report this. parent::__construct($imap, $status, $folder, $logger); - if ($folder->modseq > $this->_status[Horde_ActiveSync_Folder_Imap::HIGHESTMODSEQ]) { + if ($folder->modseq() > $this->_status[Horde_ActiveSync_Folder_Imap::HIGHESTMODSEQ]) { $this->_logger->err('IMAP Server error: Current HIGHESTMODSEQ is lower than previously reported.'); $this->_modseq_valid = false; }