Skip to content

Commit

Permalink
Don't nuke the existing folderCache entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 31, 2013
1 parent a6ebd6d commit 329b057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/Core/lib/Horde/Core/ActiveSync/Connector.php
Expand Up @@ -933,8 +933,6 @@ public function getFolders($collection)
$results[$id] = array('display' => $folder, 'primary' => ($id == $default));
}
$this->_folderCache[$collection] = $results;
} else {
$this->_folderCache[$collection] = array();
}
}

Expand Down

0 comments on commit 329b057

Please sign in to comment.