fixed error handling

This commit is contained in:
Roland Gruber 2006-02-23 14:12:14 +00:00
parent 6892cd13d7
commit 14bf605dd8
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class sambaDomain extends baseModule {
else {
$this->attributes['sambaNextGroupRid'][0] = $_POST['nextGroupRID'];
}
return $errors;
return array($errors);
}
/**