mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user