diff options
Diffstat (limited to 'frontends/php/map.php')
| -rw-r--r-- | frontends/php/map.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/map.php b/frontends/php/map.php index b4d8c6e7..4f0888ec 100644 --- a/frontends/php/map.php +++ b/frontends/php/map.php @@ -40,7 +40,7 @@ include_once "include/page_header.php"; check_fields($fields); ?> <?php - if(!sysmap_accessiable($_REQUEST["sysmapid"],PERM_READ_ONLY)) + if(!sysmap_accessible($_REQUEST["sysmapid"],PERM_READ_ONLY)) { access_deny(); } |
