Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-04-13 20:00:36 +02:00
parent ce18d416e6
commit fe57ba2116

View File

@ -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");
}
}