fix display
This commit is contained in:
parent
7b4c1f4a0c
commit
4558d06762
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ class Classe {
|
||||||
if ( $bulletin->isVisible() ) {
|
if ( $bulletin->isVisible() ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
}
|
||||||
}
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue