summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-16 15:28:34 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-16 15:28:34 +0100
commit23e7a62717fe6ee84c54ce1d3c601b477119696e (patch)
tree1e99cdd2a007ad836aa08a73c6ce17dc0df3beba /apps
parent2b13c5db0f6116858ee6e118e8ca22d73d764e11 (diff)
downloadnextcloud-server-23e7a62717fe6ee84c54ce1d3c601b477119696e.tar.gz
nextcloud-server-23e7a62717fe6ee84c54ce1d3c601b477119696e.zip
Fix Oracle
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/caldav/caldavbackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/caldav/caldavbackend.php b/apps/dav/lib/caldav/caldavbackend.php
index cd41fd1f044..6dd60c43336 100644
--- a/apps/dav/lib/caldav/caldavbackend.php
+++ b/apps/dav/lib/caldav/caldavbackend.php
@@ -902,7 +902,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
])
->execute();
- return $this->db->lastInsertId();
+ return $this->db->lastInsertId('*PREFIX*calendarsubscriptions');
}
/**