fixed bad default value for description in file upload
This commit is contained in:
parent
491bab8bd0
commit
df228f13e2
|
@ -1381,9 +1381,6 @@ class posixAccount extends baseModule {
|
|||
if ($rawAccounts[$i][$ids['posixAccount_description']] && ($rawAccounts[$i][$ids['posixAccount_description']] != '')) {
|
||||
$partialAccounts[$i]['description'] = $rawAccounts[$i][$ids['posixAccount_description']];
|
||||
}
|
||||
else {
|
||||
$partialAccounts[$i]['description'] = $rawAccounts[$i][$ids['posixAccount_hostName']];
|
||||
}
|
||||
}
|
||||
// cn
|
||||
if ($rawAccounts[$i][$ids['posixAccount_cn']] != "") {
|
||||
|
|
Loading…
Reference in New Issue