Update box_members_last_subscriptions.php

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

View File

@ -67,7 +67,7 @@ class box_members_last_subscriptions 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);
}
/**