This commit is contained in:
Roland Gruber 2011-09-24 22:30:00 +00:00
parent 993a232b65
commit 1e1895a45e
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ImportLDIF extends Import {
list($text,$version) = $this->getAttrValue(array_shift($lines));
if ($version != 1)
return $this->error(sprintf('%s %s',_('LDIF import only suppports version 1'),$version),$lines);
return $this->error(sprintf('%s %s',_('LDIF import only supports version 1'),$version),$lines);
$haveVersion = true;
$lines = $this->nextLines();