summaryrefslogtreecommitdiff
path: root/lib/plugins/auth.php
diff options
context:
space:
mode:
authorPatrick Brown <ptbrown@whoopdedo.org>2015-05-07 21:10:22 -0400
committerPatrick Brown <ptbrown@whoopdedo.org>2015-05-07 21:10:22 -0400
commitd0d224a82eddf30aa6daead4796cb10dd0466767 (patch)
treed04692b0379451db55b7dc556dee7be7846d3cc8 /lib/plugins/auth.php
parent699e3c4900f2d6cc860a3587a05798cd23b7944d (diff)
parentcffb4528cea1b9e7e03dc724aaa9719dbd6e23c9 (diff)
downloadrpg-d0d224a82eddf30aa6daead4796cb10dd0466767.tar.gz
rpg-d0d224a82eddf30aa6daead4796cb10dd0466767.tar.bz2
Merge branch 'master' into ioreplaceinfile
Diffstat (limited to 'lib/plugins/auth.php')
-rw-r--r--lib/plugins/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/auth.php b/lib/plugins/auth.php
index 4799b3a38..036cb0d77 100644
--- a/lib/plugins/auth.php
+++ b/lib/plugins/auth.php
@@ -295,7 +295,7 @@ class DokuWiki_Auth_Plugin extends DokuWiki_Plugin {
*/
public function deleteUsers($users) {
msg("authorisation method does not allow deleting of users", -1);
- return false;
+ return 0;
}
/**