forked from extern/egroupware
fix not thrown exception if no notificaiton was send
This commit is contained in:
parent
f4292fb51b
commit
d66969f72b
@ -100,7 +100,6 @@ final class notification {
|
||||
$send_succseed++;
|
||||
}
|
||||
catch (Exception $exception) {
|
||||
$send_succseed--;
|
||||
//echo $exception->getMessage(), "\n";
|
||||
}
|
||||
}
|
||||
@ -151,4 +150,4 @@ final class notification {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user