Fix base window handling when opened via href link
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 31 Dec 2008 06:47:40 +0000 (23:47 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 31 Dec 2008 06:47:40 +0000 (23:47 -0700)
imp/lib/DIMP.php

index c377da9..722991a 100644 (file)
@@ -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);
         }