[Vtigercrm-commits] [Vtiger development] #7951: VT6 - PHP 5.4 compatibility.
Vtiger development
vtiger-tickets at trac.vtiger.com
Wed Feb 12 05:08:02 GMT 2014
#7951: VT6 - PHP 5.4 compatibility.
------------------------+------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 6.1.0
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Resolution:
Keywords: |
------------------------+------------------------
Comment (by prasad):
CommonUtils.php
Avoid overriding global variable - leads to FATAL.
function SaveImage($_FILES, $module, $id, $mode) {
to
function SaveImage(&$FILES, $module, $id, $mode) {
// This function relies on $_FILES - no further changes might be
required.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7951#comment:2>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list