瀏覽代碼

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

Jimmy Conner 21 年之前
父節點
當前提交
076edd7b19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/read_body.php

+ 1 - 1
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');