]> git.mxchange.org Git - friendica.git/blobdiff - mod/wallmessage.php
Merge pull request #3344 from tobiasd/20170412-doc
[friendica.git] / mod / wallmessage.php
index 257ba6a898f39e6e259f3a0a1d3a9f8f72fe9fe7..ff90e0dbcf510b6ec6c97eaf762578fb19f97f64 100644 (file)
@@ -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){