1
0
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:
LEDfan 2014-06-06 08:12:05 +02:00
parent 7d144f9980
commit e96b5272bc

View File

@ -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(