diff options
author | thomascube <thomas@roundcube.net> | 2011-09-16 17:53:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-09-16 17:53:35 +0000 |
commit | 06dc9838e0327c9472cbd3f353b40317eba0ecef (patch) | |
tree | 5453f347243a0fdc72fe0e201af3faa7890d0be9 /program/include/rcube_json_output.php | |
parent | 612eeca739c00e6e0341c2f039b23cefff8d4945 (diff) |
Fix session race conditions when composing new messages
Diffstat (limited to 'program/include/rcube_json_output.php')
-rw-r--r-- | program/include/rcube_json_output.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index ade9cc033..e0a29c1b1 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -219,6 +219,7 @@ class rcube_json_output */ public function send() { + sleep(6); $this->remote_response(); exit; } |