summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-05-27 17:01:43 +0100
committerAnika Henke <anika@selfthinker.org>2013-05-27 17:01:43 +0100
commit01fb97e278338569ebf861059b81adff5f4a55c6 (patch)
treefc403c1d113c55a899034ade1fdcf76d3192c620 /lib
parenta91f1103e66d9f28375fc94de05ebbcde454950d (diff)
downloadrpg-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')
-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