Admin: Reset created / modified when copying account

This commit is contained in:
nathangray 2020-11-23 09:32:00 -07:00
parent aa62a5ea3e
commit 5246e34638

View File

@ -275,6 +275,10 @@ class admin_account
$account[$field] ='';
$preserve[$field] = '';
}
$account['creator'] = $ab_ui->user;
$account['created'] = $ab_ui->now_su;
$account['modified'] = '';
$account['modifier'] = '';
$account['link_to']['to_id'] = 0;
unset($preserve['old_account']);