浏览代码

* Forgot to make $identity global -- bug fixed

Tyler Akins 24 年之前
父节点
当前提交
996ab88631
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/addrbook_search_html.php

+ 2 - 1
src/addrbook_search_html.php

@@ -27,7 +27,8 @@
 
 
    // Insert hidden data
    // Insert hidden data
    function addr_insert_hidden() {
    function addr_insert_hidden() {
-      global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox;
+      global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox,
+         $identity;
       
       
       echo '<input type=hidden value="';
       echo '<input type=hidden value="';
       if (substr($body, 0, 1) == "\r")
       if (substr($body, 0, 1) == "\r")