diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-06 22:40:55 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-06 22:43:50 -0600 |
commit | a9c2430bd9f97ff6bfcc2daf9a791f549a1d2f9b (patch) | |
tree | 25447597f0ab9d0eb6369a4549a28440d1f68a09 /net/phpldapadmin/files/patch-lib_Tree.php | |
parent | devel/R-cran-rlang: Update to 1.0.2 (diff) |
net/phpldapadmin: Fix runtime with php80
- Pet portclippy/portfmt
PR: 261990
Reported by: ohartmann@walstatt.org
Approved by: ports@bsdserwis.com (maintainer)
Sponsored by: Bounce Experts
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_Tree.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_Tree.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_Tree.php b/net/phpldapadmin/files/patch-lib_Tree.php new file mode 100644 index 000000000000..928ca489d5cc --- /dev/null +++ b/net/phpldapadmin/files/patch-lib_Tree.php @@ -0,0 +1,11 @@ +--- lib/Tree.php.orig 2021-12-12 02:35:51 UTC ++++ lib/Tree.php +@@ -68,7 +68,7 @@ abstract class Tree { + } + } + +- set_cached_item($server_id,'tree','null',$tree); ++ set_cached_item($server_id,$tree,'tree','null'); + } + + return $tree; |