Verified Commit fbf13168 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fixes(typo) in mail tasks

Fixes a phpcs mistake.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -178,7 +178,7 @@ class tasksMail extends simplePlugin
// Verify if the values received is a member or a group and collect the members DN
foreach ($attributeValue as $group) {
if (strpos($group, "ou=groups") !== false) {
if (strpos($group, "ou=groups") !== FALSE) {
// Position ldap to the dn required (limit search).
$ldap->cd($group);
......
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