fixes #1440 if allow notation isn't checked the notation tab is hidden

This commit is contained in:
Matthieu Leproux
2021-07-23 15:12:00 +02:00
parent f032a9f244
commit b9394d967c
2 changed files with 4 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ $template->assign(
'U_UPDATES' => $link_start.'updates',
'ADMIN_PAGE_TITLE' => 'Piwigo Administration Page',
'U_SHOW_TEMPLATE_TAB' => $conf['show_template_in_side_menu'],
'SHOW_RATING' => $conf['rate'],
)
);