From ba0d8e3cb287ab84e2e233c43438670dfd86aeef Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 15 Aug 2010 14:28:17 -0400 Subject: [PATCH] One more place we need the hotfix --- whups/ticket/create.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/whups/ticket/create.php b/whups/ticket/create.php index 473316336..dbce35334 100644 --- a/whups/ticket/create.php +++ b/whups/ticket/create.php @@ -8,7 +8,12 @@ */ require_once dirname(__FILE__) . '/../lib/Application.php'; -Horde_Registry::appInit('whups'); +if (Horde_Util::getPost('formname') == 'createstep3form') { + $params = array('notransparent' => true); +} else { + $params = array(); +} +Horde_Registry::appInit('whups', $params); require_once WHUPS_BASE . '/lib/Forms/CreateTicket.php'; require_once WHUPS_BASE . '/lib/Forms/VarRenderer.php'; -- 2.11.0