summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ildapwrapper.php
diff options
context:
space:
mode:
authorblizzz <blizzz@owncloud.com>2014-10-09 12:40:13 +0200
committerblizzz <blizzz@owncloud.com>2014-10-09 12:40:13 +0200
commitcc717c27d6cbfadfff4dc6cdfe110baccd097c84 (patch)
tree3f0abd30d3db3444e403f461e212a02aa151f824 /apps/user_ldap/lib/ildapwrapper.php
parent0474a20ab9d21327a9fab8e463eb74b91a198c31 (diff)
parent6c502e11f8a199bfbcda833efb2e16497895ae42 (diff)
downloadnextcloud-server-cc717c27d6cbfadfff4dc6cdfe110baccd097c84.tar.gz
nextcloud-server-cc717c27d6cbfadfff4dc6cdfe110baccd097c84.zip
Merge pull request #10527 from owncloud/fix-10526
properly cancel a Paginated Results operation in order to avoid protocol...
Diffstat (limited to 'apps/user_ldap/lib/ildapwrapper.php')
-rw-r--r--apps/user_ldap/lib/ildapwrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/ildapwrapper.php b/apps/user_ldap/lib/ildapwrapper.php
index 590f6d7ac7a..a64bcd6b95b 100644
--- a/apps/user_ldap/lib/ildapwrapper.php
+++ b/apps/user_ldap/lib/ildapwrapper.php
@@ -51,7 +51,7 @@ interface ILDAPWrapper {
* @param resource $link LDAP link resource
* @param int $pageSize number of results per page
* @param bool $isCritical Indicates whether the pagination is critical of not.
- * @param array $cookie structure sent by LDAP server
+ * @param string $cookie structure sent by LDAP server
* @return bool true on success, false otherwise
*/
public function controlPagedResult($link, $pageSize, $isCritical, $cookie);