diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index b653b237..526a6ffd 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -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; } }