diff --git a/wysiwyg.module b/wysiwyg.module index 1e3f951..400ea2a 100644 --- a/wysiwyg.module +++ b/wysiwyg.module @@ -96,7 +96,7 @@ function wysiwyg_help($path, $arg) { * * @see wysiwyg_process_form() */ -function wysiwyg_form_alter(&$form, &$form_state) { +function wysiwyg_form_alter(&$form, $form_state) { $form['#after_build'][] = 'wysiwyg_process_form'; // Teaser splitter is unconditionally removed and NOT supported. if (isset($form['body_field'])) {