From 1867bf2283ac3cb553e15919cd2d84bbe7b7e24b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 23 Aug 2009 21:36:26 -0600 Subject: [PATCH] Bug #8500: Add SID to list of params for password dialog page --- imp/lib/IMP.php | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.11.0