From a6ad3ce1bb0da2495a1555c3d31b731c01df3248 Mon Sep 17 00:00:00 2001 From: cigamit Date: Mon, 24 May 2004 15:17:06 +0000 Subject: [PATCH] Small bug fix, was using $mailbox instead of $aMailbox which was causing the bottom toolbar buttons to not function properly. Thanks for William Hooper for noticing git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7540 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index fde71ed7..f72f6a15 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -968,7 +968,7 @@ if (($attachment_common_show_images) && } } -formatMenuBar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_response, FALSE); +formatMenuBar($aMailbox, $passed_id, $passed_ent_id, $message, $mbx_response, FALSE); do_hook('read_body_bottom'); do_hook('html_bottom'); -- 2.25.1