File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 // phpcs:enable
3535 sort ($ user_CNs );
3636 $ REDIS ->setCache ("sorted_users " , "" , $ user_CNs );
37- foreach ($ users as $ user ){
37+ foreach ($ users as $ user ) {
3838 $ attribute_array = UnityLDAP::parseUserChildrenArray ($ user );
39- foreach ($ attribute_array as $ key => $ val ){
39+ foreach ($ attribute_array as $ key => $ val ) {
4040 $ REDIS ->setCache ($ user ["cn " ][0 ], $ key , $ val );
4141 }
4242 }
5050 // phpcs:enable
5151 sort ($ org_group_CNs );
5252 $ REDIS ->setCache ("sorted_orgs " , "" , $ org_group_CNs );
53- foreach ($ org_groups as $ org_group ){
53+ foreach ($ org_groups as $ org_group ) {
5454 $ REDIS ->setCache ($ org_group ["cn " ][0 ], "members " , $ org_group ["memberuid " ]);
5555 }
5656
6565 // FIXME should be sorted_pi_groups
6666 $ REDIS ->setCache ("sorted_groups " , "" , $ pi_group_CNs );
6767 $ user_pi_group_member_of = [];
68- foreach ($ user_CNs as $ uid ){
68+ foreach ($ user_CNs as $ uid ) {
6969 $ user_pi_group_member_of [$ uid ] = [];
7070 }
7171 foreach ($ pi_groups as $ pi_group ) {
You can’t perform that action at this time.
0 commit comments