Quellcode durchsuchen

Bug fix upon Captain Bunzo's request 8-)

philippe_mingo vor 24 Jahren
Ursprung
Commit
ae71fb0541
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

@@ -102,7 +102,7 @@
              $bodyTop .= "\n";
              $body = $bodyTop . $body;
          } else if ($reply_id) {
-             $orig_from = $orig_header->from;
+             $orig_from = decodeHeader($orig_header->from);
              $orig_from = trim(substr($orig_from,0,strpos($orig_from,'<')));
              $orig_from = str_replace('"','',$orig_from);
              $orig_from = str_replace("'",'',$orig_from);