fix not thrown exception if no notificaiton was send

This commit is contained in:
Cornelius Weiß 2007-11-24 15:01:24 +00:00
parent f4292fb51b
commit d66969f72b

View File

@ -100,7 +100,6 @@ final class notification {
$send_succseed++;
}
catch (Exception $exception) {
$send_succseed--;
//echo $exception->getMessage(), "\n";
}
}