mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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++;
|
$send_succseed++;
|
||||||
}
|
}
|
||||||
catch (Exception $exception) {
|
catch (Exception $exception) {
|
||||||
$send_succseed--;
|
|
||||||
//echo $exception->getMessage(), "\n";
|
//echo $exception->getMessage(), "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user