Browse Source

Update Page for Rules item

Visman 5 years ago
parent
commit
552750c86c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Page.php

+ 1 - 1
app/Models/Page.php

@@ -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
             )
         ) {