From 9575f87529d7c5f63c9454b84e27a474d6283eac Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Mon, 22 Dec 2014 00:12:30 +0100 Subject: haproxy-devel, fix config upgrade bug. --- config/haproxy-devel/haproxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy-devel') diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index c839cd4c..a596b241 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -427,7 +427,7 @@ EOD; update_output_window($static_output); // make sure the version stays 'comparable' - if (is_arrayset($config,'installedpackages','haproxy')) + if (is_arrayset($config,'installedpackages','haproxy') && isset($config['installedpackages']['haproxy']['configversion'])) $configversion = $config['installedpackages']['haproxy']['configversion']; else $configversion = "00.12"; -- cgit v1.2.3