summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-05-12 14:36:09 +0200
committerAleksander Machniak <alec@alec.pl>2014-05-12 14:36:09 +0200
commitb360f707e8b9749bb3825bdcf4408a92dd3e5548 (patch)
tree4d5f97303341813a58ca26344dd56f8e4877488a /index.php
parent3d36e8380648e231e8db1bb8410a47451b598776 (diff)
Small code improvement
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 239dc004f..3674db1d7 100644
--- a/index.php
+++ b/index.php
@@ -211,7 +211,7 @@ if (empty($RCMAIL->user->ID)) {
$OUTPUT->show_message('sessionerror', 'error', null, true, -1);
}
- if ($OUTPUT->ajax_call || !empty($_REQUEST['_framed'])) {
+ if ($OUTPUT->ajax_call || $OUTPUT->framed) {
$OUTPUT->command('session_error', $RCMAIL->url(array('_err' => 'session')));
$OUTPUT->send('iframe');
}