diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-01 23:21:59 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-01 23:21:59 +0200 |
commit | b8ab8019bd250c86a792b61f6e76d0ff5deaa1d1 (patch) | |
tree | c998a2f30634aca300388f7539bc64331da1022c | |
parent | 21dd4864dda1c666ce4adfd29b40e70f70782963 (diff) |
Fix typo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index a535c4fea..d5cba0001 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -435,7 +435,7 @@ if (extension_loaded("ldap")) { ); } -// This is only used it the driver is set to fluxbb +// This is only used if the driver is set to fluxbb $config['auth_fluxbb'] = array( 'database' => 'fluxbb' ); |