diff options
author | alecpl <alec@alec.pl> | 2010-12-23 18:25:18 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-12-23 18:25:18 +0000 |
commit | 7f1da4818efda0f4f0874f73c840ec46dc332223 (patch) | |
tree | faf5a3996837d1a339c3fd2632a58cf16ce8dddf /program/include/rcmail.php | |
parent | 4d268b1fae73ae5c38a5f75117c8757d2cf5cf27 (diff) |
- Add debug handler support in rcube_imap_generic
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index f72b33e95..afdb77cd1 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -503,7 +503,7 @@ class rcmail 'auth_method' => $this->config->get('imap_auth_type', 'check'), 'auth_cid' => $this->config->get('imap_auth_cid'), 'auth_pw' => $this->config->get('imap_auth_pw'), - 'debug_mode' => (bool) $this->config->get('imap_debug', 0), + 'debug' => (bool) $this->config->get('imap_debug', 0), 'force_caps' => (bool) $this->config->get('imap_force_caps'), 'timeout' => (int) $this->config->get('imap_timeout', 0), ); |