Fix for warning message in include\utils\ListViewUtils.php
Compare changes
+ 1
− 1
@@ -674,7 +674,7 @@ function decode_emptyspace_html($str){
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
in include\utils\ListViewUtils.php
change in function decode_html($str)
from if ($_REQUEST['action'] == 'Popup' || _REQUEST['file'] == 'Popup') to if ((isset(_REQUEST['action']) && _REQUEST['action'] == 'Popup') ||(isset(_REQUEST['action']) && $_REQUEST['file'] == 'Popup'))
Copyright 2023 Vtiger. All rights reserved.