From: Michael J. Rubinsky Date: Wed, 28 Apr 2010 23:22:08 +0000 (-0400) Subject: We already have the changes, no need to bother the state machine X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8cca763d7f3f96f6cc519d795934a6c3b2e09dab;p=horde.git We already have the changes, no need to bother the state machine --- diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Sync.php b/framework/ActiveSync/lib/Horde/ActiveSync/Sync.php index ac5900dd6..9ada4719d 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Sync.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Sync.php @@ -223,7 +223,7 @@ class Horde_ActiveSync_Sync public function getChangeCount() { - return $this->_stateMachine->getChangeCount(); + return count($this->_changes); } /**