@@ -89,9 +89,9 @@ abstract class Page extends Model
if (
'1' == $this->c->config->o_rules
+ && '1' == $this->user->g_read_board
&& (
! $this->user->isGuest
- || '1' == $this->user->g_read_board
|| '1' == $this->c->config->o_regs_allow
)
) {