if event is an exception: update modified of master, to force etag, ctag and sync-token change

This commit is contained in:
Ralf Becker 2012-09-28 08:07:12 +00:00
parent 21f9f684cf
commit 034c431974

View File

@ -1620,7 +1620,7 @@ ORDER BY cal_user_type, cal_usre_id
$this->updateModified($cal_id);
// if event is an exception: update modified of master, to force etag, ctag and sync-token change
if (($master_id = $this->select($this->cal_table, 'cal_reference', array('cal_id' => $cal_id), __LINE__, __FILE__)->fetchColumn()))
if (($master_id = $this->db->select($this->cal_table, 'cal_reference', array('cal_id' => $cal_id), __LINE__, __FILE__)->fetchColumn()))
{
$this->updateModified($master_id);
}