Skip to content
Snippets Groups Projects
Commit 6ecd1025 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed acl tests

failed because of the rename of auth_basic
parent 3da7921f
No related branches found
No related tags found
No related merge requests found
<?php
class auth_acl_caseinsensitive_auth extends auth_basic {
class auth_acl_caseinsensitive_auth extends DokuWiki_Auth_Plugin {
function isCaseSensitive() {
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment