Forums
(@n0x)
13 years, 7 months ago
replace in pie-register.php :
$update[“profile_req”] = $this->disable_magic_quotes_gpc($_POST[‘piereg_profile_req’]);
with : $update[“profile_req”] = $_POST[‘piereg_profile_req’];