summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-07-09 10:55:25 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-07-09 10:55:25 +0200
commit7e7e451b66a30d2798c3194330bdf42cd74561fe (patch)
tree302d4236af561a5f39a436f68374123cd713ff8a /index.php
parent3fec3e04f6dbe5e06b241e197c9070875e7da5e9 (diff)
Warn for unsent/unsaved message when closing compose window; remove localStorage copy if page was left intentionally but not on session errors (#1489818)
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0b9e0bada..e0aaf77f8 100644
--- a/index.php
+++ b/index.php
@@ -212,7 +212,7 @@ if (empty($RCMAIL->user->ID)) {
$OUTPUT->show_message('sessionerror', 'error', null, true, -1);
}
- if ($OUTPUT->ajax_call || $OUTPUT->framed) {
+ if ($OUTPUT->ajax_call || $OUTPUT->get_env('framed')) {
$OUTPUT->command('session_error', $RCMAIL->url(array('_err' => 'session')));
$OUTPUT->send('iframe');
}