From 078cfa70db475e82e06e9a6677e813cd4bd5c431 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 29 Dec 2013 16:49:29 +0100 Subject: fix heigth -> height typo --- detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 5bf2883..524c708 100644 --- a/detail.php +++ b/detail.php @@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php'; if (empty($_GET['x'])) $_GET['x'] = $CONFIG['detail-width']; if (empty($_GET['y'])) - $_GET['y'] = $CONFIG['detail-heigth']; + $_GET['y'] = $CONFIG['detail-height']; $host = validate_get(GET('h'), 'host'); $plugin = validate_get(GET('p'), 'plugin'); -- cgit v1.1