diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-10-27 14:40:13 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-10-27 17:46:01 +0200 |
commit | b942c1253e5d9acb0a7e3fdbbc3df21246f27f2c (patch) | |
tree | da5ff930f8c9b68cc3d6da4bae5172402b47759b /apps | |
parent | fecfeac55d762ec80c9305b55e7140588bfe5dd5 (diff) | |
download | nextcloud-server-b942c1253e5d9acb0a7e3fdbbc3df21246f27f2c.tar.gz nextcloud-server-b942c1253e5d9acb0a7e3fdbbc3df21246f27f2c.zip |
remove TODO comment, it's done
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/access.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index d3439451499..82a375b50ec 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -526,7 +526,6 @@ abstract class Access { return; } //if count is bigger, then the server does not support paged search. Instead, he did a normal search. We set a flag here, so the callee knows how to deal with it. - //TODO: Instead, slice findings or selection later if($findings['count'] <= $limit) { $this->pagedSearchedSuccessful = true; } |