summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/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';
}
?>