From: kink Date: Sun, 12 Aug 2007 19:10:39 +0000 (+0000) Subject: The $messages cache was checked but not imported from the session. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4b6e1e591acbf376314072097a446d874b2baf86;p=squirrelmail.git The $messages cache was checked but not imported from the session. Thanks Tomas Kuliavas for finding this bug. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12582 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index da14209b..9b5e6c0d 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -32,6 +32,7 @@ require_once(SM_PATH . 'functions/url_parser.php'); /* get some of these globals */ sqgetGlobalVar('passed_id', $passed_id, SQ_GET); sqgetGlobalVar('mailbox', $mailbox, SQ_GET); +sqgetGlobalVar('messages', $messages, SQ_SESSION); if (! sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET) ) { $passed_ent_id = '';