mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -151,4 +150,4 @@ final class notification {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user