diff --git a/root/portal.php b/root/portal.php index 0a6482cc..7243a7f5 100644 --- a/root/portal.php +++ b/root/portal.php @@ -96,7 +96,7 @@ if ($load_center == TRUE && $user->data['user_perm_from'] && $auth->acl_get('a_s if ( $load_center != TRUE ) { - $where = ' AND block_type <> 1'; + $where = ' AND block_type <> 0'; } else { $where = ''; }