forked from extern/egroupware
Fix a typo
This commit is contained in:
parent
7e4ec5264e
commit
530b0ee678
@ -290,7 +290,7 @@
|
||||
. "','" . $account_info['account_expires'] . "')",__LINE__,__FILE__);
|
||||
|
||||
$accountid = $this->db->get_last_insert_id('phpgw_accounts','account_id');
|
||||
if($account_id)
|
||||
if($accountid)
|
||||
{
|
||||
$GLOBALS['phpgw']->preferences->create_defaults($accountid);
|
||||
return $accountid;
|
||||
|
Loading…
Reference in New Issue
Block a user