mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Disable localusers backend by default since it's will be ported into core refs #502
This commit is contained in:
parent
7d144f9980
commit
e96b5272bc
@ -56,7 +56,7 @@ class App {
|
||||
public static $backendClasses = array(
|
||||
'local' => 'OCA\Contacts\Backend\Database',
|
||||
'shared' => 'OCA\Contacts\Backend\Shared',
|
||||
'localusers' => 'OCA\Contacts\Backend\LocalUsers',
|
||||
//'localusers' => 'OCA\Contacts\Backend\LocalUsers',
|
||||
);
|
||||
|
||||
public function __construct(
|
||||
|
Loading…
x
Reference in New Issue
Block a user