From e4d49707530122dc28bcb0fb92cf3a12790eb681 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 12 Apr 2010 13:39:41 -0400 Subject: [PATCH] class constant --- framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php b/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php index 2ec96b93f..ea86702d0 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php @@ -137,7 +137,7 @@ class Horde_ActiveSync_Request_Ping extends Horde_ActiveSync_Request_Base $sync = $this->_driver->getSyncObject(); $state->loadPingCollectionState($collection); try { - $sync->init($state, false, $collection); + $sync->init($state, null, $collection); } catch (Horde_ActiveSync_Exception $e) { /* Stop ping if exporter cannot be configured */ $this->_logger->err('Ping error: Exporter can not be configured. Waiting 30 seconds before ping is retried.'); @@ -155,7 +155,7 @@ class Horde_ActiveSync_Request_Ping extends Horde_ActiveSync_Request_Base // Update the state, but don't bother with the backend since we // are not updating any data. - while (is_array($sync->syncronize(BACKEND_DISCARD_DATA))); + while (is_array($sync->syncronize(Horde_ActiveSync::BACKEND_DISCARD_DATA))); } if ($dataavailable) { -- 2.11.0