Use popup method to call emailadminWizard when there is no JSON request

This commit is contained in:
Hadi Nategh 2014-06-20 09:28:45 +00:00
parent ec476a96d7
commit 2babf41119

View File

@ -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();
}
}