diff options
Diffstat (limited to 'frontends/php/sysmaps.php')
| -rw-r--r-- | frontends/php/sysmaps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index 7368239e..d685db3b 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -76,7 +76,7 @@ include_once "include/page_header.php"; show_messages($result,"Network map updated","Cannot update network map"); } else { - if(!count(get_accessible_nodes_by_user($USER_DETAILS,PERM_READ_WRITE,PERM_RES_IDS_ARRAY,get_current_nodeid()))) + if(!count(get_accessible_nodes_by_user($USER_DETAILS,PERM_READ_WRITE,PERM_RES_IDS_ARRAY))) access_deny(); DBstart(); |
