summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/conf
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-05-27 16:26:40 +0100
committerAnika Henke <anika@selfthinker.org>2013-05-27 16:26:40 +0100
commit6b519690e45cefe83fbef5691e372c6078c3fb9b (patch)
tree630bb957396aca6dd32c72e904d29cdf4f605bb6 /lib/plugins/authmysql/conf
parenta07e7a4fb1edaeca6bb2cb537b368c31a580675c (diff)
downloadrpg-6b519690e45cefe83fbef5691e372c6078c3fb9b.tar.gz
rpg-6b519690e45cefe83fbef5691e372c6078c3fb9b.tar.bz2
fixed broken default config options (FS#2789)
Diffstat (limited to 'lib/plugins/authmysql/conf')
-rw-r--r--lib/plugins/authmysql/conf/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/conf/default.php b/lib/plugins/authmysql/conf/default.php
index 647f3d96c..427bea273 100644
--- a/lib/plugins/authmysql/conf/default.php
+++ b/lib/plugins/authmysql/conf/default.php
@@ -7,7 +7,7 @@ $conf['password'] = '';
$conf['database'] = '';
$conf['debug'] = 0;
$conf['forwardClearPass'] = 0;
-$conf['TablesToLock'] = '';
+$conf['TablesToLock'] = array();
$conf['checkPass'] = '';
$conf['getUserInfo'] = '';
$conf['getGroups'] = '';