From 8119a15cc600627b55bf5d9f6288b92a0f6cd1e7 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 5 Apr 2010 17:25:39 -0400 Subject: [PATCH] this method lives in the state object now --- framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php b/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php index 0cf1f0385..040c96fce 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php @@ -108,7 +108,7 @@ class Horde_ActiveSync_Request_Ping extends Horde_ActiveSync_Request_Base for ($n = 0; $n < 10; $n++) { //check the remote wipe status if ($this->_provisioning === true) { - $rwstatus = $this->_driver->getDeviceRWStatus($this->_devId); + $rwstatus = $state->getDeviceRWStatus($this->_devId); if ($rwstatus == SYNC_PROVISION_RWSTATUS_PENDING || $rwstatus == SYNC_PROVISION_RWSTATUS_WIPED) { $this->_statusCode = self::STATUS_FOLDERSYNCREQD; break; -- 2.11.0