diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-11-22 15:13:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-11-22 15:13:15 +0000 |
commit | 9f8fcab8dbc6d7e61cc96f897d00e17c9026d8d9 (patch) | |
tree | 6d65c662a4540fd5c579214f2a2c67b720af8b96 /modules/comment/comment.module | |
parent | cba99db42bb59bd905cf54a3465bcd90d2e1966e (diff) | |
download | brdo-9f8fcab8dbc6d7e61cc96f897d00e17c9026d8d9.tar.gz brdo-9f8fcab8dbc6d7e61cc96f897d00e17c9026d8d9.tar.bz2 |
- Patch #35726 by asimmonds: post_process -> build_after
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 0fce40d14..a16d31c1a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1188,7 +1188,7 @@ function comment_form($edit, $title = NULL) { } if ($op == t('Preview comment')) { - $form['#post_process'] = 'comment_form_add_preview'; + $form['#after_build'] = 'comment_form_add_preview'; } if ($_REQUEST['destination']) { |