Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 17:08:46 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 17:04:57 +0300
commitd4e828f39e302a7c69de28c5f2d9b77969f50230 (patch)
tree52a8ac6277803f93b8562648b7c03e909a02084a /apps/user_ldap/ajax
parent3f5e76162d74701c35a31b5a611466dba93d9a04 (diff)
Move wizard
Diffstat (limited to 'apps/user_ldap/ajax')
-rw-r--r--apps/user_ldap/ajax/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php
index 99e0c37d1cf..a1e2b0e8fb6 100644
--- a/apps/user_ldap/ajax/wizard.php
+++ b/apps/user_ldap/ajax/wizard.php
@@ -60,7 +60,7 @@ $userManager = new \OCA\User_LDAP\User\Manager(
$access = new \OCA\user_ldap\lib\Access($con, $ldapWrapper, $userManager);
-$wizard = new \OCA\user_ldap\lib\Wizard($configuration, $ldapWrapper, $access);
+$wizard = new \OCA\User_LDAP\Wizard($configuration, $ldapWrapper, $access);
switch($action) {
case 'guessPortAndTLS':