Skip to content

Commit

Permalink
Pass the calendar id, if we have it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 18, 2015
1 parent 6e13d6c commit 61dc297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -1823,7 +1823,7 @@ public function changeMessage($folderid, $id, Horde_ActiveSync_Message_Base $mes
$message->setSupported($device->supported[self::APPOINTMENTS_FOLDER_UID]);
}
try {
$this->_connector->calendar_replace($id, $message);
$this->_connector->calendar_replace($id, $message, $server_id);
} catch (Horde_Exception $e) {
$this->_logger->err($e->getMessage());
$this->_endBuffer();
Expand Down

0 comments on commit 61dc297

Please sign in to comment.