From ffe807f0b7865b8e9224b9faf01743ee79f7e12f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 8 Jan 2010 23:04:53 +0100 Subject: [PATCH] Fix generation ". --- imp/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/message.php b/imp/message.php index 556133087..4548121d2 100644 --- a/imp/message.php +++ b/imp/message.php @@ -354,7 +354,7 @@ ksort($full_headers); /* For the self URL link, we can't trust the index in the query string as it * may have changed if we deleted/copied/moved messages. We may need other * stuff in the query string, so we need to do an add/remove of 'uid'. */ -$selfURL = new Horde_Url(true); +$selfURL = Horde::selfUrl(true); IMP::$newUrl = $selfURL = IMP::generateIMPUrl($selfURL->remove(array('actionID', 'mailbox', 'thismailbox', 'uid')), $imp_mbox['mailbox'], $uid, $mailbox_name)->add('message_token', $message_token); $headersURL = $selfURL->copy()->remove(array('show_all_headers', 'show_list_headers')); -- 2.11.0