diff options
author | alecpl <alec@alec.pl> | 2010-02-13 17:33:25 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-13 17:33:25 +0000 |
commit | 48bc52e835bd5485f7443d54399e4fb0d36732d7 (patch) | |
tree | 52a6be2f0aa273a9d0ea24c0b38c969147161671 /index.php | |
parent | 9194996a28b6c8a45905e48ed937cc8e2aa5b92e (diff) |
- Fix imap_init hook broken in r3258 (#1486493)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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(); |