Missing $

This commit is contained in:
daraelmin 2021-04-28 14:58:13 +02:00 committed by GitHub
parent 972b325a51
commit bc61fdd487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1883,7 +1883,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
}
// Validate
if (Adherent::STATUS_DRAFT == object->statut) {
if (Adherent::STATUS_DRAFT == $object->statut) {
if ($user->rights->adherent->creer) {
print '<div class="inline-block divButAction"><a class="butAction" href="card.php?rowid='.$id.'&action=valid">'.$langs->trans("Validate").'</a></div>'."\n";
} else {