From: Michael M Slusarz Date: Mon, 24 Aug 2009 03:36:26 +0000 (-0600) Subject: Bug #8500: Add SID to list of params for password dialog page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1867bf2283ac3cb553e15919cd2d84bbe7b7e24b;p=horde.git Bug #8500: Add SID to list of params for password dialog page --- diff --git a/imp/lib/IMP.php b/imp/lib/IMP.php index 37ab8c707..39ef8437c 100644 --- a/imp/lib/IMP.php +++ b/imp/lib/IMP.php @@ -1221,6 +1221,11 @@ class IMP break; } + if (defined('SID')) { + parse_str(SID, $sid); + $params = array_merge($params, $sid); + } + $js_params = array( 'action' => $action, 'uri' => Horde::applicationUrl('ajax.php', true, -1) . '/' . $type,