[Pkg-owncloud-commits] [owncloud] 63/104: remove unnecessary line

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 13:33:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 59ff8388eae56cdfdf4b71c93da249950986887f
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Wed Jan 8 12:20:56 2014 +0100

    remove unnecessary line
---
 apps/user_ldap/user_ldap.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php
index 542d6b0..a19af86 100644
--- a/apps/user_ldap/user_ldap.php
+++ b/apps/user_ldap/user_ldap.php
@@ -381,7 +381,6 @@ class USER_LDAP extends BackendUtility implements \OCP\UserInterface {
 	 * @return int | bool
 	 */
 	public function countUsers() {
-		$o = $this->access->connection->ldapLoginFilter;
 		$filter = \OCP\Util::mb_str_replace(
 			'%uid', '*', $this->access->connection->ldapLoginFilter, 'UTF-8');
 		$entries = $this->access->countUsers($filter);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list