fix for preModify()

This commit is contained in:
Roland Gruber 2009-06-14 12:31:02 +00:00
parent 92937e87a6
commit 1ec0c6c2c6
1 changed files with 1 additions and 1 deletions

View File

@ -1698,7 +1698,7 @@ class accountContainer {
$currentAccountAttributes = array_merge($currentAccountAttributes, $attributes[$this->finalDN]['notchanged']);
}
}
$currentAccountAttributes['dn'] = $this->finalDN;
$currentAccountAttributes['dn'][0] = $this->finalDN;
$preModifyOk = true;
foreach ($module as $singlemodule) {
$result = $this->module[$singlemodule]->preModifyActions($this->isNewAccount, $currentAccountAttributes);