summaryrefslogtreecommitdiff
path: root/lib/plugins/auth.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-07 09:42:30 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-07 09:42:30 +0200
commitaf865bf3762dff1ddfeb3bd15be46b605499a58b (patch)
treed5635fb24073ca01b733a66f29ae8f836ce51d1f /lib/plugins/auth.php
parent15e0e2356bfd266851932e1cde1287da7c5e201a (diff)
parente6c4392f11bb5a668be8e874560af910b71d72f8 (diff)
downloadrpg-af865bf3762dff1ddfeb3bd15be46b605499a58b.tar.gz
rpg-af865bf3762dff1ddfeb3bd15be46b605499a58b.tar.bz2
Merge pull request #1134 from ptbrown/auth-error-reporting
Refactor error messages from auth plugins.
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;
}
/**