From: Jan Schneider Date: Fri, 8 Jan 2010 22:04:53 +0000 (+0100) Subject: Fix generation ". X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ffe807f0b7865b8e9224b9faf01743ee79f7e12f;p=horde.git Fix generation ". --- 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'));