diff options
author | Gerry Weißbach <gerry.w@gammaproduction.de> | 2015-05-07 11:32:29 +0200 |
---|---|---|
committer | Gerry Weißbach <gerry.w@gammaproduction.de> | 2015-05-07 11:32:29 +0200 |
commit | d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6 (patch) | |
tree | d6b1ec7d36c8861e716554533c2fd59156b94c09 /lib/plugins/auth.php | |
parent | c594265e447bf705dae05f5e59560ea4c3afea0b (diff) | |
parent | 9234bce90e1297ac66acc321827cb0f832864fe4 (diff) | |
download | rpg-d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6.tar.gz rpg-d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6.tar.bz2 |
Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_manager
Diffstat (limited to 'lib/plugins/auth.php')
-rw-r--r-- | lib/plugins/auth.php | 2 |
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; } /** |