From 5f67749a3f52d58697bff5693370a5e39cb08e8d Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 23 Sep 2010 18:08:43 +0000 Subject: [PATCH] stuff git-svn-id: http://www.observium.org/svn/observer/trunk@1715 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/graphs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/graphs.inc.php b/html/pages/device/graphs.inc.php index 43f2bb0418..756c07cf26 100644 --- a/html/pages/device/graphs.inc.php +++ b/html/pages/device/graphs.inc.php @@ -19,7 +19,7 @@ while($graph = mysql_fetch_assoc($query)) foreach($config['graph_sections'] as $section) { - if(is_array($graph_enable[$section])) + if(isset($graph_enable) && is_array($graph_enable[$section])) { $type = strtolower($section); if(!$_GET['opta']) { $_GET['opta'] = $type; }