Small bug fix, was using $mailbox instead of $aMailbox which was
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 May 2004 15:17:06 +0000 (15:17 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 May 2004 15:17:06 +0000 (15:17 +0000)
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

index fde71ed722babcaf0d3ed38331462b024a8f6dd2..f72f6a150b68bb7bb1139d342d2c815b5d154ba3 100644 (file)
@@ -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');