From: Michael M Slusarz Date: Thu, 29 Oct 2009 06:29:25 +0000 (-0600) Subject: Missed a few index->UID conversions X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7d29fd3473da817ce63a78260604e2e5aebb1d59;p=horde.git Missed a few index->UID conversions --- diff --git a/imp/message.php b/imp/message.php index 4e64dc785..718c277b9 100644 --- a/imp/message.php +++ b/imp/message.php @@ -347,8 +347,8 @@ 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 'index'. */ -$selfURL = Horde_Util::removeParameter(Horde::selfUrl(true), array('index', 'actionID', 'mailbox', 'thismailbox')); + * stuff in the query string, so we need to do an add/remove of 'uid'. */ +$selfURL = Horde_Util::removeParameter(Horde::selfUrl(true), array('actionID', 'mailbox', 'thismailbox', 'uid')); $selfURL = IMP::generateIMPUrl($selfURL, $imp_mbox['mailbox'], $uid, $mailbox_name); IMP::$newUrl = $selfURL = html_entity_decode(Horde_Util::addParameter($selfURL, 'message_token', $message_token)); $headersURL = htmlspecialchars(Horde_Util::removeParameter($selfURL, array('show_all_headers', 'show_list_headers'))); diff --git a/imp/templates/message/navbar_top.html b/imp/templates/message/navbar_top.html index 3d76eca42..c8f66febf 100644 --- a/imp/templates/message/navbar_top.html +++ b/imp/templates/message/navbar_top.html @@ -6,7 +6,7 @@ - +