Change hidden to hide (Eloquent blocked keyword)

This commit is contained in:
slawkens
2024-01-27 16:54:48 +01:00
parent 3554b41172
commit d71bab648d
48 changed files with 143 additions and 122 deletions

View File

@@ -41,10 +41,10 @@ foreach(getForumBoards() as $section) {
);
if($canEdit) {
$sections[$section['id']]['hidden'] = $section['hidden'];
$sections[$section['id']]['hide'] = $section['hide'];
}
else {
$sections[$section['id']]['hidden'] = 0;
$sections[$section['id']]['hide'] = 0;
}
}