Skip to content
Snippets Groups Projects
Commit 23e7a627 authored by Thomas Müller's avatar Thomas Müller
Browse files

Fix Oracle

parent 2b13c5db
No related branches found
No related tags found
No related merge requests found
...@@ -902,7 +902,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription ...@@ -902,7 +902,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
]) ])
->execute(); ->execute();
return $this->db->lastInsertId(); return $this->db->lastInsertId('*PREFIX*calendarsubscriptions');
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment