summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index d70ab056..294a4cbb 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -87,7 +87,8 @@
$table->addRow(array(
$row["sysmapid"],
- new CLink($row["name"], "sysmaps.php?form=0&sysmapid=".$row["sysmapid"]."#form"),
+ new CLink($row["name"], "sysmaps.php?form=update".
+ "&sysmapid=".$row["sysmapid"]."#form"),
$row["width"],
$row["height"],
new CLink(S_SHOW,"sysmap.php?sysmapid=".$row["sysmapid"])