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