Tyler Akins 24 лет назад
Родитель
Сommit
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);