Skip to content

Commit

Permalink
Use correct expiration variable for link share mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Apr 19, 2018
1 parent 23eea00 commit ee70a1a
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 @@ -211,7 +211,7 @@ function usersInGroup($gid, $search = '', $limit = -1, $offset = 0) {
null,
$filter->getFile(),
$filter->getLink(),
$filter->getExpirationDate(),
$expiration,
$filter->getPersonalNote(),
$options
);
Expand Down

0 comments on commit ee70a1a

Please sign in to comment.