diff --git a/materio_user.module b/materio_user.module index 2f5ef12a..2622ddeb 100644 --- a/materio_user.module +++ b/materio_user.module @@ -103,7 +103,7 @@ function materio_user_user_register_form_submit($form, &$form_state){ unset($_REQUEST['destination'], $_REQUEST['edit']['destination']); $form_state['redirect'] = array( - '/node/11187', + 'node/11187', array( 'fragment' => $_GET['q'] == 'node/11187' ? 'content-bottom' : '', // if we register from the membership page, then go directly to the form )