diff options
author | thomascube <thomas@roundcube.net> | 2008-07-31 15:23:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-07-31 15:23:06 +0000 |
commit | d224551cfbf5903505f41bc9e51ad9840119942f (patch) | |
tree | bba34ac33cfa6a1784cd08cdc8989a9ecab366bf /program/include/rcmail.php | |
parent | e1367cf1a6d2ea857c57ad1677de1a8f0c1f1a3e (diff) |
Fix read_when_deleted behavior + javascript codestyle
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 965242037..f3b39709e 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -243,7 +243,7 @@ class rcmail if (!($this->output instanceof rcube_template)) $this->output = new rcube_template($this->task, $framed); - foreach (array('flag_for_deletion') as $js_config_var) { + foreach (array('flag_for_deletion','read_when_deleted') as $js_config_var) { $this->output->set_env($js_config_var, $this->config->get($js_config_var)); } |