e81cc70e6167bbb3313a0bf380e981ac4d09cc6f t3lib/class.t3lib_tceforms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t3lib/class.t3lib_tceforms.php b/t3lib/class.t3lib_tceforms.php index dbef10c..3b21266 100644 --- a/t3lib/class.t3lib_tceforms.php +++ b/t3lib/class.t3lib_tceforms.php @@ -2364,7 +2364,7 @@ class t3lib_TCEforms { $this_table = $allowed; } $itemArray[] = array('table' => $this_table, 'id' => $this_uid); - if (!$disabled && $show_thumbs) { + if ($show_thumbs) { $rr = t3lib_BEfunc::getRecordWSOL($this_table, $this_uid); $imgs[] = '' . $this->getClickMenu( @@ -2385,7 +2385,7 @@ class t3lib_TCEforms { } } $thumbsnail = ''; - if (!$disabled && $show_thumbs) { + if ($show_thumbs) { $thumbsnail = implode('
', $imgs); }