Fix Oracle
This commit is contained in:
parent
2b13c5db0f
commit
23e7a62717
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
|
|||
])
|
||||
->execute();
|
||||
|
||||
return $this->db->lastInsertId();
|
||||
return $this->db->lastInsertId('*PREFIX*calendarsubscriptions');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue