summaryrefslogtreecommitdiffstats
path: root/frontends/php/hostprofiles.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-20 06:43:16 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-20 06:43:16 +0000
commit17aa30c669665f847bb968f2718f6b5015213dd0 (patch)
tree30a78c84ccf14557e2d595fcecfe098d82e046cd /frontends/php/hostprofiles.php
parente5ef8796293a7d36face4704fb59831e1a3d4f47 (diff)
downloadzabbix-17aa30c669665f847bb968f2718f6b5015213dd0.tar.gz
zabbix-17aa30c669665f847bb968f2718f6b5015213dd0.tar.xz
zabbix-17aa30c669665f847bb968f2718f6b5015213dd0.zip
- added menu structure for configuration management (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2062 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hostprofiles.php')
-rw-r--r--frontends/php/hostprofiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hostprofiles.php b/frontends/php/hostprofiles.php
index e4c6ee5a..7d6650a6 100644
--- a/frontends/php/hostprofiles.php
+++ b/frontends/php/hostprofiles.php
@@ -52,7 +52,7 @@
<?php
$_GET["hostid"]=@iif(isset($_GET["hostid"]),$_GET["hostid"],get_profile("web.latest.hostid",0));
update_profile("web.latest.hostid",$_GET["hostid"]);
- update_profile("web.menu.view.last",$page["file"]);
+ update_profile("web.menu.cm.last",$page["file"]);
?>
<?php