Fix warning
This commit is contained in:
parent
8850f56c01
commit
41c3d9da05
@ -367,7 +367,7 @@ function restrictedArea(User $user, $features, $object = 0, $tableandshare = '',
|
|||||||
if ($features == 'subscription') {
|
if ($features == 'subscription') {
|
||||||
$features = 'adherent';
|
$features = 'adherent';
|
||||||
$feature2 = 'cotisation';
|
$feature2 = 'cotisation';
|
||||||
};
|
}
|
||||||
if ($features == 'websitepage') {
|
if ($features == 'websitepage') {
|
||||||
$features = 'website';
|
$features = 'website';
|
||||||
$tableandshare = 'website_page';
|
$tableandshare = 'website_page';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user