diff options
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_TreeItem.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_TreeItem.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/phpldapadmin/files/patch-lib_TreeItem.php b/net/phpldapadmin/files/patch-lib_TreeItem.php deleted file mode 100644 index e1b5af3aaa63..000000000000 --- a/net/phpldapadmin/files/patch-lib_TreeItem.php +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/TreeItem.php.orig 2021-12-12 02:35:51 UTC -+++ lib/TreeItem.php -@@ -59,7 +59,7 @@ class TreeItem { - } - - public function getDNEncode() { -- return urlencode(preg_replace('/%([0-9a-fA-F]+)/',"%25\\1",$this->dn)); -+ return urlencode(preg_replace('/%([0-9a-fA-F]+)/',"%25\\1",is_null($this->dn)? "":$this->dn)); - } - - /** |