mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Use popup method to call emailadminWizard when there is no JSON request
This commit is contained in:
parent
ec476a96d7
commit
2babf41119
@ -189,7 +189,8 @@ class mail_ui
|
||||
}
|
||||
else // regular GET request eg. in idots template
|
||||
{
|
||||
egw_framework::redirect_link('/index.php', $linkData);
|
||||
egw_framework::popup(egw_framework::link('/index.php',$linkData));
|
||||
common::egw_exit();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user