Skip to content

Commit

Permalink
fix: Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Nov 21, 2024
1 parent 9056bb2 commit a35eee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/user_ldap/lib/Access.php
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,6 @@ public function search(
$iFoundItems = 0;

do {
// Escape the filter before use to avoid issues with special characters
$filter = escapeFilterPart($filter);

Check failure on line 1301 in apps/user_ldap/lib/Access.php

View workflow job for this annotation

GitHub Actions / static-code-analysis

UndefinedFunction

apps/user_ldap/lib/Access.php:1301:14: UndefinedFunction: Function OCA\User_LDAP\escapeFilterPart does not exist (see https://psalm.dev/021)
$search = $this->executeSearch($filter, $base, $attr, $limitPerPage, $offset);
if ($search === false) {
Expand Down

0 comments on commit a35eee3

Please sign in to comment.