summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index f9305e808..8e2873209 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1512,6 +1512,7 @@ function comment_save($comment) {
}
catch (Exception $e) {
$transaction->rollback('comment', $e->getMessage(), array(), WATCHDOG_ERROR);
+ throw $e;
}
}