From 4efdb11e47784bddab3df5c4b72d16b818e8f368 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 30 Dec 2008 23:47:40 -0700 Subject: [PATCH] Fix base window handling when opened via href link --- imp/lib/DIMP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.0