summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/auth.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-05-27 17:01:43 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-06-08 13:13:10 +0200
commit8228059dc28fcb20f5d9e4c5a6dd9a25c5f03f0e (patch)
tree61ed38affdf8a188f8afe7728298dc72bd3ef4ec /lib/plugins/authmysql/auth.php
parent8b7ff1928039b0420890996b05307b2f9f297208 (diff)
downloadrpg-8228059dc28fcb20f5d9e4c5a6dd9a25c5f03f0e.tar.gz
rpg-8228059dc28fcb20f5d9e4c5a6dd9a25c5f03f0e.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.php2
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