Unverified Commit 2291c070 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(userinfo) Fix codestyle

issue #5531
Showing with 2 additions and 2 deletions
+2 -2
...@@ -489,8 +489,8 @@ class userinfo ...@@ -489,8 +489,8 @@ class userinfo
/* If we do not need to respect any user-filter settings /* If we do not need to respect any user-filter settings
we can skip the per object ACL checks. we can skip the per object ACL checks.
*/ */
$orig_dn = $dn; $orig_dn = $dn;
$dn = $adn; $dn = $adn;
if (isset($ACL_CACHE["$dn+$object+$attribute"])) { if (isset($ACL_CACHE["$dn+$object+$attribute"])) {
$ret = $ACL_CACHE["$dn+$object+$attribute"]; $ret = $ACL_CACHE["$dn+$object+$attribute"];
if (!isset($ACL_CACHE["$orig_dn+$object+$attribute"])) { if (!isset($ACL_CACHE["$orig_dn+$object+$attribute"])) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment