From fe57ba2116152a5a785fce283a894fa8be898c5e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 13 Apr 2021 20:00:36 +0200 Subject: [PATCH] Fix phpcs --- htdocs/projet/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index 5ce32767c4c..df63c805948 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -620,7 +620,7 @@ if ($action == 'create' && $user->rights->projet->creer) if ( (GETPOSTISSET('public') ? GETPOST('public') : $object->public)==0) { print $langs->trans("PrivateProject"); - } else { + } else { print $langs->trans("SharedProject"); } } @@ -905,7 +905,7 @@ if ($action == 'create' && $user->rights->projet->creer) if ($object->public == 0) { print $langs->trans("PrivateProject"); - } else { + } else { print $langs->trans("SharedProject"); } }