diff options
author | Anika Henke <anika@selfthinker.org> | 2013-05-27 17:01:43 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-05-27 17:01:43 +0100 |
commit | 01fb97e278338569ebf861059b81adff5f4a55c6 (patch) | |
tree | fc403c1d113c55a899034ade1fdcf76d3192c620 /lib/plugins/authmysql/auth.php | |
parent | a91f1103e66d9f28375fc94de05ebbcde454950d (diff) | |
download | rpg-01fb97e278338569ebf861059b81adff5f4a55c6.tar.gz rpg-01fb97e278338569ebf861059b81adff5f4a55c6.tar.bz2 |
fixed references from old mysql authtype to new mysql plugin in mysql.conf example
Diffstat (limited to 'lib/plugins/authmysql/auth.php')
-rw-r--r-- | lib/plugins/authmysql/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/auth.php b/lib/plugins/authmysql/auth.php index 5f6e86c71..036644a67 100644 --- a/lib/plugins/authmysql/auth.php +++ b/lib/plugins/authmysql/auth.php @@ -843,7 +843,7 @@ class auth_plugin_authmysql extends DokuWiki_Auth_Plugin { /** * Locked a list of tables for exclusive access so that modifications * to the database can't be disturbed by other threads. The list - * could be set with $conf['auth']['mysql']['TablesToLock'] = array() + * could be set with $conf['plugin']['authmysql']['TablesToLock'] = array() * * If aliases for tables are used in SQL statements, also this aliases * must be locked. For eg. you use a table 'user' and the alias 'u' in |