]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Email.php
Contact updates should now work more reliable
[friendica.git] / src / Protocol / Email.php
index ee8c43eff8b77d8bce371eb1920127a148c70f54..b1eeb94d62f8903023c97ae3bec2074b9e828300 100644 (file)
@@ -617,12 +617,7 @@ class Email
                        $currline = $arrbody[$i];
 
                        while ($previousquote < $quotelevel) {
-                               if ($sender != '') {
-                                       $quote = "[quote title=$sender]";
-                                       $sender = '';
-                               } else
-                                       $quote = "[quote]";
-
+                               $quote = "[quote]";
                                $arrbody[$i] = $quote.$arrbody[$i];
                                $previousquote++;
                        }