new redirect

This commit is contained in:
Roland Gruber 2018-11-25 14:50:24 +01:00
parent d07d20f546
commit 44e8fc232d
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ elseif (isset($_POST['createProfileButton'])) {
foreach ($profileClasses as $profileClass) {
if (isset($_POST['editProfile_' . $profileClass['typeId']]) || isset($_POST['editProfile_' . $profileClass['typeId'] . '_x'])) {
metaRefresh("profilepage.php?type=" . htmlspecialchars($profileClass['typeId']) .
"&edit=" . htmlspecialchars($_POST['profile_' . $profileClass['typeId']]));
"&edit=" . htmlspecialchars($_POST['profile_' . $profileClass['typeId']]));
exit;
}
}