diff options
author | thomascube <thomas@roundcube.net> | 2008-06-20 11:40:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-20 11:40:05 +0000 |
commit | fde466c58c004e8f7eff7b59c78f62eef250cde9 (patch) | |
tree | d46360c24b111482b27f0a14a4ab821e3cfd4d7a /program/include/rcube_json_output.php | |
parent | 2da368e6633ae4dec5d9b02ec3f4b693ffc9fb76 (diff) |
Urlencode mail recipients for storing in session + little code cleanup
Diffstat (limited to 'program/include/rcube_json_output.php')
-rw-r--r-- | program/include/rcube_json_output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index 2f65c19e9..e170445e5 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -169,7 +169,7 @@ class rcube_json_output * @param mixed Either a string with the action or url parameters as key-value pairs * @see rcmail::url() */ - public function redirect($p = array(), $delay = 0) + public function redirect($p = array(), $delay = 1) { $location = rcmail::get_instance()->url($p); $this->remote_response("window.setTimeout(\"location.href='{$location}'\", $delay);"); |