X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fwallmessage.php;h=ff90e0dbcf510b6ec6c97eaf762578fb19f97f64;hb=a941199760420298d5977b285e2016d860b1e073;hp=257ba6a898f39e6e259f3a0a1d3a9f8f72fe9fe7;hpb=9d5384f107ddb5d4c652e75c91ef8622a00d3ce0;p=friendica.git diff --git a/mod/wallmessage.php b/mod/wallmessage.php index 257ba6a898..ff90e0dbcf 100644 --- a/mod/wallmessage.php +++ b/mod/wallmessage.php @@ -43,12 +43,6 @@ function wallmessage_post(App $a) { return; } - // Work around doubled linefeeds in Tinymce 3.5b2 - - $body = str_replace("\r\n","\n",$body); - $body = str_replace("\n\n","\n",$body); - - $ret = send_wallmessage($user, $body, $subject, $replyto); switch($ret){