소스 검색

added got to user/%uid/edit

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 년 전
부모
커밋
2b137c6a19
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      materio_user.module

+ 3 - 0
materio_user.module

@@ -234,6 +234,9 @@ function materio_user_user_update(&$edit, $account, $category){
     unset($user->logintoboggan_email_validated);
     
     user_save($user, array('roles' => $roles));
+
+    drupal_go_to('user/'.$user->uid.'/edit');
+
   }
 }