Erroneous line-break removal - re-add

This commit is contained in:
Brady Wetherington 2022-10-19 19:01:52 -07:00
parent c4f11de90d
commit 12d86bd6e2

View file

@ -247,6 +247,7 @@ class LdapSync extends Command
}
}
}
// Sync activated state for Active Directory.
if ( !empty($ldap_result_active_flag)) { // IF we have an 'active' flag set....
// ....then *most* things that are truthy will activate the user. Anything falsey will deactivate them.