diff options
author | Joas Schilling <coding@schilljs.com> | 2018-07-12 12:11:11 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-07-12 12:11:11 +0200 |
commit | daed1bed57811b677073f4678ef35ea86c8e7a1d (patch) | |
tree | 856b682c57b797c7d9a35571aba39b73dd5b0d90 /apps/dav/lib/CalDAV/Schedule | |
parent | b7de6d7a24f76c91dffe1644c4b24e0a27b43c14 (diff) | |
download | nextcloud-server-daed1bed57811b677073f4678ef35ea86c8e7a1d.tar.gz nextcloud-server-daed1bed57811b677073f4678ef35ea86c8e7a1d.zip |
Also shorten the name of the invitation tokens
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/lib/CalDAV/Schedule')
-rw-r--r-- | apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 40b4ee355f3..4065c21b8a1 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -536,7 +536,7 @@ class IMipPlugin extends SabreIMipPlugin { $uid = $vevent->{'UID'}; $query = $this->db->getQueryBuilder(); - $query->insert('calendar_invitation_tokens') + $query->insert('calendar_invitations') ->values([ 'token' => $query->createNamedParameter($token), 'attendee' => $query->createNamedParameter($attendee), |