Skip to content

Commit

Permalink
fix: page redirect issue in vendor edit account (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonh3 authored and sabbir1991 committed Jan 25, 2019
1 parent 4425bad commit 4611c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wc-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ function dokan_save_account_details() {

do_action( 'woocommerce_save_account_details', $user->ID );

wp_safe_redirect( dokan_get_navigation_url( ' edit-account' ) );
wp_safe_redirect( dokan_get_navigation_url( 'edit-account' ) );
exit;
}
}
Expand Down

0 comments on commit 4611c66

Please sign in to comment.