FIx bad variable name
This commit is contained in:
parent
33d4ebd443
commit
14eea08c82
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if (isset($_GET['logout'])) {
|
|||
exit();
|
||||
}
|
||||
|
||||
if ($config['privatvisibility'] === 'private') {
|
||||
if ($config['visibility'] === 'private') {
|
||||
if (!$KTH->canByPassAuth($defConfig['noAuth'])) {
|
||||
if (!Login::isLogged()) {
|
||||
if (file_exists('../data/users.yaml')) {
|
||||
|
|
Loading…
Reference in a new issue