diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-02 18:31:38 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-02 18:31:38 +0000 |
| commit | 956dd418c02d74c5d74bd4b7adcc95725fe0e8ea (patch) | |
| tree | 5a0e60cea5438237ede12e70a1012f7297bad2a3 /roundcubemail/program/steps | |
| parent | e90633c571ebb827dd76c1b09980850101be72fb (diff) | |
- Fix service not available error when pressing back from compose dialog (#1485552)
git-svn-id: https://svn.roundcube.net/trunk@2373 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/mail/list.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/list.inc b/roundcubemail/program/steps/mail/list.inc index 5cc2a574d..d32e93996 100644 --- a/roundcubemail/program/steps/mail/list.inc +++ b/roundcubemail/program/steps/mail/list.inc @@ -19,6 +19,10 @@ */ +if (!$OUTPUT->ajax_call) { + return; +} + // is there a sort type for this request? if ($sort = get_input_value('_sort', RCUBE_INPUT_GET)) { |
