mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
fix "Account not found! acc_id=new" exception when creating an SMTP only account via right-click on user in Admin app
This commit is contained in:
parent
b782c066e3
commit
ffbd475f35
@ -1237,7 +1237,7 @@ class emailadmin_wizard
|
||||
$readonlys['button[multiple]'] = true;
|
||||
}
|
||||
// when called by admin for existing accounts, display further administrative actions
|
||||
if ($content['called_for'] && $content['acc_id'])
|
||||
if ($content['called_for'] && $content['acc_id'] > 0)
|
||||
{
|
||||
$admin_actions = array();
|
||||
foreach($GLOBALS['egw']->hooks->process(array(
|
||||
|
Loading…
Reference in New Issue
Block a user