summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-13 17:33:25 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-13 17:33:25 +0000
commit06df7153a7794f6b52f58f81f5e955451d99976e (patch)
tree406de914b4c0921853d7d40ddfc81e5f0f46824d /roundcubemail/index.php
parent7371eedbe9c13d15eef2aabe4801ec37a549cc0b (diff)
- Fix imap_init hook broken in r3258 (#1486493)
git-svn-id: https://svn.roundcube.net/trunk@3268 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index 7251b533c..dc6bfd40b 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/index.php
@@ -30,15 +30,9 @@
// include environment
require_once 'program/include/iniset.php';
-// init application and start session with requested task
+// init application, start session, init output class, etc.
$RCMAIL = rcmail::get_instance();
-// init output class
-$OUTPUT = !empty($_REQUEST['_remote']) ? $RCMAIL->init_json() : $RCMAIL->load_gui(!empty($_REQUEST['_framed']));
-
-// init plugin API
-$RCMAIL->plugins->init();
-
// turn on output buffering
ob_start();