fixed typo
This commit is contained in:
parent
56398a781f
commit
14d01c6405
|
@ -584,7 +584,7 @@ class ImportLDIF extends Import {
|
||||||
$attrs['newsuperior'] = $attrvalue[1];
|
$attrs['newsuperior'] = $attrvalue[1];
|
||||||
|
|
||||||
} else
|
} else
|
||||||
return $this->error(_('A valid newsuperier attribute should be specified'),$lines);
|
return $this->error(_('A valid newsuperior attribute should be specified'),$lines);
|
||||||
|
|
||||||
} else
|
} else
|
||||||
$attrs['newsuperior'] = $server->getContainer($this->template->getDN());
|
$attrs['newsuperior'] = $server->getContainer($this->template->getDN());
|
||||||
|
|
Loading…
Reference in New Issue