mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix und PHP 8 no longer supported curly braces for array/string indexes
This commit is contained in:
parent
9e3ce0db2b
commit
102a790c44
@ -217,5 +217,5 @@ function ldap_search_filter(&$settings)
|
||||
{
|
||||
$filter =& $settings['ldap_search_filter'];
|
||||
|
||||
if ($filter && $filter{0} != '(') $filter = '('.$filter.')';
|
||||
if ($filter && $filter[0] != '(') $filter = '('.$filter.')';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user