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

+ 1 - 1
src/read_body.php

@@ -177,7 +177,7 @@
    // 4) Make them unique -- weed out duplicates
    // (Coded for PHP 4.0.0)
    $url_replytoall_extra_addrs =
-      array_keys(array_flip($url_replytoall_extra_addrs);
+      array_keys(array_flip($url_replytoall_extra_addrs));
    
    // 5) Remove the addresses we'll be sending the message 'to'
    $url_replytoall_avoid_addrs = parseAddrs($message->header->replyto);