From: Michael M Slusarz Date: Wed, 31 Dec 2008 06:47:40 +0000 (-0700) Subject: Fix base window handling when opened via href link X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4efdb11e47784bddab3df5c4b72d16b818e8f368;p=horde.git Fix base window handling when opened via href link --- diff --git a/imp/lib/DIMP.php b/imp/lib/DIMP.php index c377da908..722991aa6 100644 --- a/imp/lib/DIMP.php +++ b/imp/lib/DIMP.php @@ -523,7 +523,7 @@ class DIMP // encode the params and explicitly call rawurlencode() in // compose.php. $args = IMP::composeLinkArgs($args, $extra); - $encode_args = array(); + $encode_args = array('popup' => 1); foreach ($args as $k => $v) { $encode_args[$k] = rawurlencode($v); }