Skip to content

Commit

Permalink
Fix share email with wrong expiration date
Browse files Browse the repository at this point in the history
Use the correct attribute name for expiration date in the
MailNotificationFilter
  • Loading branch information
Vincent Petry committed Apr 19, 2018
1 parent ee70a1a commit bad477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ajax/share.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function usersInGroup($gid, $search = '', $limit = -1, $offset = 0) {
'link' => $_POST['link'],
'file' => $_POST['file'],
'toAddress' => $_POST['toAddress'],
'expiration' => $_POST['expiration'],
'expirationDate' => $_POST['expiration'],
'personalNote' => $emailBody
]);

Expand Down

0 comments on commit bad477b

Please sign in to comment.