[Vtigercrm-commits] [Vtiger development] #8261: Wrong URL used in email access tracking.

Vtiger development vtiger-tickets at trac.vtiger.com
Tue Sep 23 11:53:50 GMT 2014


#8261: Wrong URL used in email access tracking.
-----------------------+-----------------------
 Reporter:  Manuel     |      Owner:  developer
     Type:  defect     |     Status:  new
 Priority:  minor      |  Milestone:  6.2.0
Component:  vtigercrm  |    Version:  6.1.0
 Severity:  Medium     |   Keywords:
-----------------------+-----------------------
 I found on the next two files:
 VTEmailTask.inc and VTSendNotificationTask.inc

 this reference:
 {{{
 $trackURL =
 "$site_URL/modules/Emails/TrackAccess.php?record=$entityId&mailid=$emailId&app_key=$application_unique_key”;
 }}}
 but should be
 {{{
 $trackURL =
 "$site_URL/modules/Emails/actions/TrackAccess.php?record=$entityId&mailid=$emailId&app_key=$application_unique_key”;
 }}}

 Reference:
 http://lists.vtigercrm.com/pipermail/vtigercrm-
 developers/2014-September/029709.html

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8261>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list