aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy-devel')
-rw-r--r--config/haproxy-devel/haproxy.inc2
1 files changed, 1 insertions, 1 deletions
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";