fixed upload

This commit is contained in:
Roland Gruber 2017-06-05 11:03:20 +02:00
parent bc3e1d4856
commit e64e7e3adf
1 changed files with 1 additions and 1 deletions

View File

@ -2109,7 +2109,7 @@ class posixAccount extends baseModule implements passwordService {
function get_uploadColumns($selectedModules, &$type) {
$return = parent::get_uploadColumns($selectedModules, $type);
if (($this->get_scope() == 'user') && $this->manageCn($selectedModules)) {
array_unshift($return['upload_columns'], array(
array_unshift($return, array(
'name' => 'posixAccount_cn',
'description' => _('Common name'),
'help' => 'cn',