From 5a495d2f0dd184fe78079d4ee59deb565da5d809 Mon Sep 17 00:00:00 2001
From: Nikhil N <n.nikhil@vtiger.com>
Date: Wed, 29 Nov 2023 11:14:44 +0530
Subject: [PATCH] #1796::Undefined variable $fileicon

---
 include/ListView/ListViewController.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/ListView/ListViewController.php b/include/ListView/ListViewController.php
index 6334b3553..96440fb80 100644
--- a/include/ListView/ListViewController.php
+++ b/include/ListView/ListViewController.php
@@ -300,7 +300,6 @@ class ListViewController {
 					} else{
 						$value = textlength_check($value);
 					}
-					$value = $fileicon.$value;
 				} elseif($module == 'Documents' && $fieldName == 'filesize') {
 					$downloadType = $db->query_result($result,$i,'filelocationtype');
 					if($downloadType == 'I') {
-- 
GitLab