X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=36f52055bb7fb3087e9403f384f76992a9250b7f;hb=8b00e0e0c6f303762f6740c853e7065b1471d245;hp=63b40b6d4696440f6e387b6f3b8191f47ae36116;hpb=4fc62bc40d6eed23f2d48d1a0a6548ffededffa9;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index 63b40b6..36f5205 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -332,8 +332,7 @@ class ProfileModule extends PLModule } if (Env::has('suivant')) { - redirect($globals->baseurl . '/profile/edit/' . - get_next_tab($opened_tab)); + pl_redirect('profile/edit/' . get_next_tab($opened_tab)); } require_once "profil/get_{$opened_tab}.inc.php";