From 7d35e94fc511c6bbd56360694d27d3a2db1d7ba4 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 12 Jun 2022 14:41:06 +0200 Subject: [PATCH] Fix php8 compatibility --- htdocs/user/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 254a3ea9e75..a30d2c70b21 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -2505,7 +2505,7 @@ if ($action == 'create' || $action == 'adduserldap') { print ''; } if ($caneditfield && empty($object->ldap_sid)) { - print ''; + print ''; } else { print ''; print $object->socialnetworks[$key]; @@ -2513,7 +2513,7 @@ if ($action == 'create' || $action == 'adduserldap') { print ''; } else { // if social network is not active but value exist we do not want to loose it - print ''; + print ''; } } }