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.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 2aacca3d7..8c8a7b55e 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1747,9 +1747,6 @@ function comment_form_validate($form, &$form_state) {
}
}
- // Invoke other validation handlers.
- module_invoke_all('comment_validate', $form_state['values']);
-
if (isset($form_state['values']['date'])) {
if (strtotime($form_state['values']['date']) === FALSE) {
form_set_error('date', t('You have to specify a valid date.'));