Quote:
Originally Posted by AndrewD
This will be corrected in the next upload. If you want a fix now, here's what to do:
Edit includes/local_links_include.php, line 2369, change:
PHP Code:
while ($rec=$vbulletin->db->fetch_array($asb)) { foreach ($usernames as $k=>$v) { if ($v==$rec['username']) {
to
PHP Code:
while ($rec=$vbulletin->db->fetch_array($asb)) { foreach ($usernames as $k=>$v) { $hv = htmlspecialchars_uni($v); if ($hv==$rec['username']) {
|
Hi AndrewD,
I did exactly like this but the problem remains the same, when I try to create a new category.