Skip to content

Commit

Permalink
This isn't an error, just informational.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 1, 2015
1 parent 91c53c5 commit 45ed14a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/ActiveSync/lib/Horde/ActiveSync/Collections.php
Expand Up @@ -766,12 +766,11 @@ public function initEmptySync()
*/
public function initPartialSync()
{

// PARTIAL is allowed without a <collection> tag if the waitinterval,
// heartbeat, or windowsize changed. So, short circuit the logic for
// checking for changed collections in this case.
if (empty($this->_collections)) {
$this->_logger->err('No collections in collection handler, loading full collection set from cache.');
$this->_logger->info('No collections in collection handler, loading full collection set from cache.');
$this->loadCollectionsFromCache();

// Need this for all PARTIAL sync requests.
Expand Down

0 comments on commit 45ed14a

Please sign in to comment.