Loading privatemsg.module +1 −1 Original line number Diff line number Diff line Loading @@ -1772,7 +1772,7 @@ function _privatemsg_validate_message(&$message, $form = FALSE) { } // Don't allow replies without a body. if (!empty($message['thread_id']) && empty($message['body'])) { if (!empty($message['thread_id']) && ($message['body'] === NULL || $message['body'] === '') ) { if ($form) { form_set_error('body', t('Disallowed to send reply without a message.')); } Loading Loading
privatemsg.module +1 −1 Original line number Diff line number Diff line Loading @@ -1772,7 +1772,7 @@ function _privatemsg_validate_message(&$message, $form = FALSE) { } // Don't allow replies without a body. if (!empty($message['thread_id']) && empty($message['body'])) { if (!empty($message['thread_id']) && ($message['body'] === NULL || $message['body'] === '') ) { if ($form) { form_set_error('body', t('Disallowed to send reply without a message.')); } Loading