fixed error handling
This commit is contained in:
parent
6892cd13d7
commit
14bf605dd8
|
@ -294,7 +294,7 @@ class sambaDomain extends baseModule {
|
|||
else {
|
||||
$this->attributes['sambaNextGroupRid'][0] = $_POST['nextGroupRID'];
|
||||
}
|
||||
return $errors;
|
||||
return array($errors);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue