diff --git a/lam/templates/3rdParty/pla/lib/import_functions.php b/lam/templates/3rdParty/pla/lib/import_functions.php index 97fe4395..3770cb39 100644 --- a/lam/templates/3rdParty/pla/lib/import_functions.php +++ b/lam/templates/3rdParty/pla/lib/import_functions.php @@ -584,7 +584,7 @@ class ImportLDIF extends Import { $attrs['newsuperior'] = $attrvalue[1]; } else - return $this->error(_('A valid newsuperier attribute should be specified'),$lines); + return $this->error(_('A valid newsuperior attribute should be specified'),$lines); } else $attrs['newsuperior'] = $server->getContainer($this->template->getDN());