Small bug fix, was using $mailbox instead of $aMailbox which was
[squirrelmail.git] / 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');