Commit e49a70f2 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5880-error-after-config-step-in-setup' into '1.4-dev'

Resolve "Error after config step in setup"

See merge request fusiondirectory/fd!454
Showing with 6 additions and 0 deletions
+6 -0
......@@ -182,5 +182,11 @@ class setupStepConfig extends configInLdap
{
return 'cmdrw';
}
/* We need static method to work as if we were configInLdap */
static function isAccount($attrs)
{
return configInLdap::isAccount($attrs);
}
}
?>
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