[Vtigercrm-commits] [Vtiger development] #7968: profile pictures not updated in comment
Vtiger development
vtiger-tickets at trac.vtiger.com
Mon Mar 10 08:33:30 GMT 2014
#7968: profile pictures not updated in comment
------------------------+-------------------------
Reporter: uma | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Resolution:
Keywords: |
------------------------+-------------------------
Comment (by uma):
In Record.php (modules/ModComments/models/Record.php) getImagePath() api
change this line
return '../' . $imagePath[0]['path'] . '_' . $imagePath[0]['name'];
TO
return $imagePath[0]['path'] . '_' . $imagePath[0]['name'];
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7968#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list