fix indefined index session

This commit is contained in:
osaajani 2019-11-29 03:07:31 +01:00
parent 16335365a9
commit cadb63cbe8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</script>
<?php } ?>
<?php if (!$_SESSION['user']['settings']['display_help'] ?? false) { ?>
<?php if (! ($_SESSION['user']['settings']['display_help'] ?? false)) { ?>
<style>.help {display: none;}</style>
<?php } ?>