*/
public function get($_id, $_containerId = NULL, $_getRelatedData = TRUE, $_getDeleted = FALSE)
{
- if (preg_match('/^fakeid(.*):(.*)/', $_id, $matches)) {
+ if (preg_match('/^fakeid(.*)\/(.*)/', $_id, $matches)) {
$baseEvent = $this->get($matches[1]);
$exceptions = $this->getRecurExceptions($baseEvent);
$originalDtStart = new Tinebase_DateTime($matches[2]);