don't send mail to the user who shared the file

This commit is contained in:
Bjoern Schiessle 2013-08-30 16:52:06 +02:00
parent 65ddefc89d
commit e7959f4fd2
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo
$recipientList = \OC_Group::usersInGroup($recipient);
}
// don't send a mail to the user who shared the file
array_diff($recipientList, [\OCP\User::getUser()]);
// send mail to all recipients with an email address
foreach ($recipientList as $recipient) {
//get correct target folder name