From cd44d28674fa61575273ac36050cbdaf9da7f26b Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sat, 21 Oct 2017 04:30:02 +0200 Subject: [PATCH] *fixed displaying custom pages * fixed adding new group board --- index.php | 2 +- system/templates/forum.add_board.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 8ab49818..43abaeda 100644 --- a/index.php +++ b/index.php @@ -276,7 +276,7 @@ if($load_it) $ignore = false; - $logged_access = 0; + $logged_access = 1; if($logged && $account_logged && $account_logged->isLoaded()) { $logged_access = $account_logged->getAccess(); } diff --git a/system/templates/forum.add_board.html.twig b/system/templates/forum.add_board.html.twig index b32a722e..f46d3a06 100644 --- a/system/templates/forum.add_board.html.twig +++ b/system/templates/forum.add_board.html.twig @@ -21,7 +21,7 @@