summaryrefslogtreecommitdiffstats
path: root/frontends/php/maps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/maps.php')
-rw-r--r--frontends/php/maps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php
index 697a2d6a..2a01f1f8 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.php
@@ -94,7 +94,7 @@ include_once "include/page_header.php";
' WHERE '.DBin_node('sysmapid').
' ORDER BY name');
while($row=DBfetch($result)){
- if(!sysmap_accessiable($row["sysmapid"],PERM_READ_ONLY))
+ if(!sysmap_accessible($row["sysmapid"],PERM_READ_ONLY))
continue;
if(!isset($all_maps[0]))