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

:ambulance: fix(setup) Fix error when saving configuration step of setup

This was caused by the move of objectClass to plInfo is plugins.

issue #5880
Showing with 2 additions and 0 deletions
+2 -0
......@@ -42,6 +42,8 @@ class setupStepConfig extends configInLdap
var $is_completed = FALSE;
var $header_image;
protected $objectclasses = array('fusionDirectoryConf');
static function plInfo()
{
return array();
......
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