From a6f62dec557a0f26aa123f0e8b2bb74b35eacabe Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 24 Oct 2008 08:30:52 +0000 Subject: - last commit fix git-svn-id: https://svn.roundcube.net/trunk@2008 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/delete_identity.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program/steps/settings') diff --git a/roundcubemail/program/steps/settings/delete_identity.inc b/roundcubemail/program/steps/settings/delete_identity.inc index ee6fbb157..a72a8a7d8 100644 --- a/roundcubemail/program/steps/settings/delete_identity.inc +++ b/roundcubemail/program/steps/settings/delete_identity.inc @@ -32,6 +32,9 @@ if (($ids = get_input_value('_iid', RCUBE_INPUT_GET)) && preg_match('/^[0-9]+(,[ $OUTPUT->send(); } +if ($OUTPUT->ajax_call) + exit; + // go to identities page rcmail_overwrite_action('identities'); -- cgit v1.2.3