fixed syntax error
This commit is contained in:
parent
6c97d892b3
commit
bfd44cce86
|
@ -1015,7 +1015,9 @@ class posixAccount extends baseModule {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
n /**
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
* In this function the LDAP account is built up.
|
* In this function the LDAP account is built up.
|
||||||
*
|
*
|
||||||
* @param array $rawAccounts list of hash arrays (name => value) from user input
|
* @param array $rawAccounts list of hash arrays (name => value) from user input
|
||||||
|
|
Loading…
Reference in New Issue