From 5ae7f53ef49bcf8ea8fb347e43148ff2aaedb714 Mon Sep 17 00:00:00 2001 From: seyfcom Date: Thu, 14 Aug 2025 01:37:44 +0200 Subject: [PATCH] fix undefine $line with php 8.1 (#34938) Co-authored-by: Audio Media Assist sarl Co-authored-by: Laurent Destailleur --- htdocs/fichinter/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php index 1cfb80f3bfd..8b759d0a792 100644 --- a/htdocs/fichinter/card.php +++ b/htdocs/fichinter/card.php @@ -1540,7 +1540,7 @@ if ($action == 'create') { $temps = $objectline->showOptionals($extrafields, 'view', array(), '', '', '1', 'line'); if (!empty($temps)) { - print '
'; + print '
'; print $temps; print '
'; }