Skip to content
Snippets Groups Projects

php compatability warnings are addressed

Merged Uma requested to merge uma.s/vtigercrm:php_comptability_warnings into master
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
+ 1
1
@@ -112,7 +112,7 @@ class CRMEntity {
}
// added to support files transformation for file upload fields like uitype 69,
if(count($_FILES)) {
if(!empty($_FILES) && count($_FILES)) {
$_FILES = Vtiger_Util_Helper::transformUploadedFiles($_FILES, true);
}
Loading