summaryrefslogtreecommitdiffstats
path: root/frontends/php/setup.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-14 09:23:21 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-14 09:23:21 +0000
commit2072771935fe79504ff5cec0c4d050b009c559b0 (patch)
tree840d5a11c7fb4ef91638c62eda299abc61cd3e59 /frontends/php/setup.php
parent709045a6fe508479775f22cd33b776fde884dec7 (diff)
downloadzabbix-2072771935fe79504ff5cec0c4d050b009c559b0.tar.gz
zabbix-2072771935fe79504ff5cec0c4d050b009c559b0.tar.xz
zabbix-2072771935fe79504ff5cec0c4d050b009c559b0.zip
- minor fix of installation wizard (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3602 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/setup.php')
-rw-r--r--frontends/php/setup.php2
1 files changed, 1 insertions, 1 deletions
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';
}
?>