From 14d01c64051e02fc8fc50bdf603895abac87964f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 25 Nov 2011 18:35:34 +0000 Subject: [PATCH] fixed typo --- lam/templates/3rdParty/pla/lib/import_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());