1
fix bug "can not edit profile in 2.2.3"
file: modules\profile\edituser.php
line: 85
$stop = userCheck($edituser);
if (!empty($stop)) {
echo "$stop";
redirect_header('userinfo.php?uid='.$uid, 2);
}
the error here
i just commit it with /* and */
and every thing goes alright
------