Skip to content

Commit

Permalink
Ensure $this->_folderCache[$collection] is always set.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 16, 2015
1 parent d216259 commit da5e575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Core/lib/Horde/Core/ActiveSync/Connector.php
Expand Up @@ -1184,6 +1184,8 @@ public function getFolders($collection, $multiplex)
$results[$id] = array('display' => $folder, 'primary' => ($id == $default));
}
$this->_folderCache[$collection] = $results;
} elseif (is_array($folders)) {
$this->_folderCache[$collection] = false;
}
}

Expand Down

0 comments on commit da5e575

Please sign in to comment.