summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/charts.php')
-rw-r--r--frontends/php/charts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index 59bc4cd2..7520e549 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -36,7 +36,7 @@
define('ZBX_PAGE_NO_MENU', 1);
}
- if(isset($_REQUEST['graphid']) && $_REQUEST['graphid'] > 0 && !isset($_REQUEST['period']) && !isset($_REQUEST['stime']))
+ if(isset($_REQUEST['graphid']) && $_REQUEST['graphid'] > 0 && !isset($_REQUEST['period']) && !isset($_REQUEST['stime']) && (PAGE_TYPE_HTML == $page['type']))
{
define('ZBX_PAGE_DO_REFRESH', 1);
}