From 2072771935fe79504ff5cec0c4d050b009c559b0 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 14 Dec 2006 09:23:21 +0000 Subject: - minor fix of installation wizard (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3602 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/setup.php') diff --git a/frontends/php/setup.php b/frontends/php/setup.php index cab676e6..15ec9037 100644 --- a/frontends/php/setup.php +++ b/frontends/php/setup.php @@ -101,7 +101,7 @@ } if(count($ZBX_CONFIG['allowed_db']) == 0) { - $ZBX_CONFIG['allowed_db']['no'] = array('No'); + $ZBX_CONFIG['allowed_db']['no'] = 'No'; } ?> -- cgit