mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
fix typo while initalizing cmd_account object
This commit is contained in:
parent
ec356a7347
commit
bd8fa2a2e4
@ -7,7 +7,7 @@
|
|||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @author Nathan Gray
|
* @author Nathan Gray
|
||||||
* @copyright Nathan Gray
|
* @copyright Nathan Gray
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ class admin_import_users_csv implements importexport_iface_import_plugin {
|
|||||||
$_data['account_expires'] = $_action == 'disable' ? 'already' : '';
|
$_data['account_expires'] = $_action == 'disable' ? 'already' : '';
|
||||||
case 'update' :
|
case 'update' :
|
||||||
case 'create' :
|
case 'create' :
|
||||||
$command = new admin_cmd_edit_user($data['account_lid'], $_data);
|
$command = new admin_cmd_edit_user($_data['account_lid'], $_data);
|
||||||
if($this->dry_run) {
|
if($this->dry_run) {
|
||||||
$this->results[$_action]++;
|
$this->results[$_action]++;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user