Merge pull request #238 from pierrecorsini/patch-1
Wrong class name corrected with : `\OCA\UserExternal\WebDavAuth' inst…
This commit is contained in:
@@ -131,7 +131,7 @@ Add the following to your `config.php`:
|
|||||||
|
|
||||||
'user_backends' => array(
|
'user_backends' => array(
|
||||||
array(
|
array(
|
||||||
'class' => '\OCA\UserExternal\WebDAVAuth',
|
'class' => '\OCA\UserExternal\WebDavAuth',
|
||||||
'arguments' => array('https://example.com/webdav'),
|
'arguments' => array('https://example.com/webdav'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user