From a41dcfecb073d86cf02d4790d86a28945930ff73 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 11 Apr 2011 19:10:21 +0000 Subject: [PATCH] Fix call to parent window --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/js/app.js b/program/js/app.js index bfce7c7ed..8d94e0206 100644 --- a/program/js/app.js +++ b/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); };