Update box_members_last_modified.php

This commit is contained in:
Philippe Grand 2021-09-25 19:02:28 +02:00 committed by GitHub
parent 694754267c
commit 2edad621b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class box_members_last_modified extends ModeleBoxes
$this->enabled = 0; // disabled for external users
}
$this->hidden = !(!empty($conf->adherent->enabled) &&$user->rights->adherent->lire);
$this->hidden = !(!empty($conf->adherent->enabled) && $user->rights->adherent->lire);
}
/**