summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-11 19:10:21 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-11 19:10:21 +0000
commita5cbfb5bb2ab2c5e23bdb5d5750414869357f16b (patch)
treef3e8286cd8981371429d39ffab2ce22f1bd16981 /roundcubemail/program
parente1b1d47b0faa2fbb36dd48f65be796b2422b52c8 (diff)
Fix call to parent window
git-svn-id: https://svn.roundcube.net/trunk@4644 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index bfce7c7ed..8d94e0206 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -5193,7 +5193,7 @@ function rcube_webmail()
this.set_busy(true);
if (this.is_framed())
- parent.redirect(url, lock);
+ parent.rcmail.redirect(url, lock);
else
this.location_href(url, window);
};