summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax/testConfiguration.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 16:35:33 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:59 +0200
commitaf0a6961b1ae867e354ecf71d61708af9618c44f (patch)
tree6f5805dc9d1055d9be985f69d0b223a8daa15944 /apps/user_ldap/ajax/testConfiguration.php
parent387019a212224ffbd4300576b9c28e61d5e021a6 (diff)
downloadnextcloud-server-af0a6961b1ae867e354ecf71d61708af9618c44f.tar.gz
nextcloud-server-af0a6961b1ae867e354ecf71d61708af9618c44f.zip
Move Connection to PSR-4
Diffstat (limited to 'apps/user_ldap/ajax/testConfiguration.php')
-rw-r--r--apps/user_ldap/ajax/testConfiguration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php
index 840ee2bfe09..0b69dd3af57 100644
--- a/apps/user_ldap/ajax/testConfiguration.php
+++ b/apps/user_ldap/ajax/testConfiguration.php
@@ -31,7 +31,7 @@ OCP\JSON::callCheck();
$l = \OC::$server->getL10N('user_ldap');
$ldapWrapper = new OCA\User_LDAP\LDAP();
-$connection = new \OCA\user_ldap\lib\Connection($ldapWrapper, '', null);
+$connection = new \OCA\User_LDAP\Connection($ldapWrapper, '', null);
//needs to be true, otherwise it will also fail with an irritating message
$_POST['ldap_configuration_active'] = 1;