summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-25 15:23:55 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-25 15:23:55 +0000
commitacbcd831d217169c0e4798a3f46e1345f75cfbd0 (patch)
tree98ca3a2c75e07642754ef7ea98467e63836a41b9 /frontends/php/dashboard.php
parent8b818f2fa041df344af3cfde1fec132bf3ae2927 (diff)
downloadzabbix-acbcd831d217169c0e4798a3f46e1345f75cfbd0.tar.gz
zabbix-acbcd831d217169c0e4798a3f46e1345f75cfbd0.tar.xz
zabbix-acbcd831d217169c0e4798a3f46e1345f75cfbd0.zip
- [DEV-118] quick fix to refresh options at dashboard screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5395 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 63f44a1a..6b84402d 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -97,7 +97,7 @@ include_once "include/page_header.php";
$menu = array();
$submenu = array();
- make_refresh_menu('hat_syssum',$_REQUEST['favcnt'],$menu,$submenu);
+ make_refresh_menu($_REQUEST['favid'],$_REQUEST['favcnt'],$menu,$submenu);
echo 'dashboard_menu["menu_'.$_REQUEST['favid'].'"] = '.zbx_jsvalue($menu['menu_'.$_REQUEST['favid']]).';';
}