mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +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(
|
public static $backendClasses = array(
|
||||||
'local' => 'OCA\Contacts\Backend\Database',
|
'local' => 'OCA\Contacts\Backend\Database',
|
||||||
'shared' => 'OCA\Contacts\Backend\Shared',
|
'shared' => 'OCA\Contacts\Backend\Shared',
|
||||||
'localusers' => 'OCA\Contacts\Backend\LocalUsers',
|
//'localusers' => 'OCA\Contacts\Backend\LocalUsers',
|
||||||
);
|
);
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user