Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-03-19 11:34:56 +01:00
parent 67f903f4ad
commit 1e032b63fa
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

@ -1375,7 +1375,7 @@ class Access extends LDAPUtility {
$offset += $limitPerPage;
} while ($continue && $pagedSearchOK && ($limit === null || count($findings) < $limit));
}
// reseting offset
// resetting offset
$offset = $savedoffset;
// if we're here, probably no connection resource is returned.