From a4980a3de49adda10820ab51fb75fb819c7bde9b Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@owncloud.com>
Date: Fri, 13 May 2016 08:44:09 +0200
Subject: Last instances of lowercase user_ldap

---
 apps/user_ldap/appinfo/info.xml     | 2 +-
 apps/user_ldap/lib/Jobs/CleanUp.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 23dbc5278e5..144479e132e 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -24,7 +24,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
 	<namespace>User_LDAP</namespace>
 
 	<background-jobs>
-		<job>OCA\user_ldap\Jobs\UpdateGroups</job>
+		<job>OCA\User_LDAP\Jobs\UpdateGroups</job>
 		<job>OCA\User_LDAP\Jobs\CleanUp</job>
 	</background-jobs>
 </info>
diff --git a/apps/user_ldap/lib/Jobs/CleanUp.php b/apps/user_ldap/lib/Jobs/CleanUp.php
index 45669a278ba..48f80ed9fa0 100644
--- a/apps/user_ldap/lib/Jobs/CleanUp.php
+++ b/apps/user_ldap/lib/Jobs/CleanUp.php
@@ -23,7 +23,7 @@
 namespace OCA\User_LDAP\Jobs;
 
 use \OC\BackgroundJob\TimedJob;
-use \OCA\user_ldap\User_LDAP;
+use \OCA\User_LDAP\User_LDAP;
 use \OCA\User_LDAP\User_Proxy;
 use \OCA\User_LDAP\Helper;
 use \OCA\User_LDAP\LDAP;
@@ -35,7 +35,7 @@ use \OCA\User_LDAP\Mapping\UserMapping;
  *
  * a Background job to clean up deleted users
  *
- * @package OCA\user_ldap\lib;
+ * @package OCA\User_LDAP\Jobs;
  */
 class CleanUp extends TimedJob {
 	/** @var int $limit amount of users that should be checked per run */
-- 
cgit v1.2.3