From e64e7e3adf2e50bb6fdb4aa06290dbd5ca6c681b Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 5 Jun 2017 11:03:20 +0200 Subject: [PATCH] fixed upload --- lam/lib/modules/posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 87e323ca..e1d1e1f1 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -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',