diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-30 10:53:19 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-30 10:53:19 +0200 |
commit | b408e0bc532e6023248c6671c5cef52d1c06f3f3 (patch) | |
tree | 70f578f0e0850d8cc2e91d3371dfd2a01b12e580 /program/include/rcmail.php | |
parent | 37dfc4bc0572a598e99ce0fa646648b22bf62415 (diff) |
Display a warning if popup window was blocked (#1489618)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 9639422ed..a6ba18312 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -428,7 +428,8 @@ class rcmail extends rcube } // add some basic labels to client - $this->output->add_label('loading', 'servererror', 'connerror', 'requesttimedout', 'refreshing'); + $this->output->add_label('loading', 'servererror', 'connerror', 'requesttimedout', + 'refreshing', 'windowopenerror'); return $this->output; } |