[Vtigercrm-commits] [vtiger development] #7691: bug in the vtlib_purify function
vtiger development
vtiger-tickets at trac.vtiger.com
Mon May 6 05:59:24 UTC 2013
#7691: bug in the vtlib_purify function
-----------------------+-----------------------
Reporter: apparao | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.4.0
Component: vtigercrm | Version: 5.4.0
Severity: High | Keywords:
-----------------------+-----------------------
This seems to be a bug in the vtlib_purify function. I have noticed this
issue since the recent security / performance fixes.
A simple solution until someone has time to debug this properly is:
change
$map = vtlib_purify($_REQUEST['map']);
to be
$map = $_REQUEST['map'];
In the file:
modules/Settings/SaveConvertLead.php
Reported By : Richard Hills
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7691>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list