From e96b5272bc3c4c153194551266765dbc046a3d65 Mon Sep 17 00:00:00 2001 From: LEDfan Date: Fri, 6 Jun 2014 08:12:05 +0200 Subject: [PATCH] Disable localusers backend by default since it's will be ported into core refs #502 --- lib/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app.php b/lib/app.php index 0ff80bb4..ec37b367 100644 --- a/lib/app.php +++ b/lib/app.php @@ -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(