diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 329cc03e3..4c3707659 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1639,6 +1639,7 @@ function system_send_email_action($object, $context) { case 'comment': $comment = $context['comment']; $node = node_load($comment->nid); + break; case 'user': // Because this is not an action of type 'user' the user // object is not passed as $object, but it will still be available |