fix for preModify()
This commit is contained in:
parent
92937e87a6
commit
1ec0c6c2c6
|
@ -1698,7 +1698,7 @@ class accountContainer {
|
||||||
$currentAccountAttributes = array_merge($currentAccountAttributes, $attributes[$this->finalDN]['notchanged']);
|
$currentAccountAttributes = array_merge($currentAccountAttributes, $attributes[$this->finalDN]['notchanged']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$currentAccountAttributes['dn'] = $this->finalDN;
|
$currentAccountAttributes['dn'][0] = $this->finalDN;
|
||||||
$preModifyOk = true;
|
$preModifyOk = true;
|
||||||
foreach ($module as $singlemodule) {
|
foreach ($module as $singlemodule) {
|
||||||
$result = $this->module[$singlemodule]->preModifyActions($this->isNewAccount, $currentAccountAttributes);
|
$result = $this->module[$singlemodule]->preModifyActions($this->isNewAccount, $currentAccountAttributes);
|
||||||
|
|
Loading…
Reference in New Issue