Fixed tree view on public dashboards

This commit is contained in:
fermin831 2017-11-23 18:38:22 +01:00
parent ebc35ae791
commit fdd168007b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if (is_ajax ()) {
$public_hash = get_parameter('hash', 0);
// Try to authenticate by hash on public dashboards
if ($public_hash != 0) {
if ($public_hash == 0) {
// Login check
check_login();
} else {