Skip to content

Commit fe5a64c

Browse files
ArtificialOwlbackportbot[bot]
authored andcommitted
do not generate a mail if no shared file
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent d1d18b0 commit fe5a64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GlobalScale/MemberAdd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function result(array $events): void {
199199
}
200200
}
201201

202-
if ($circle === null || $member === null) {
202+
if (empty($links) || $circle === null || $member === null) {
203203
return;
204204
}
205205

0 commit comments

Comments
 (0)